/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
      -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * 1. Prevent padding and border from affecting element width
 * https://goo.gl/pYtbK7
 * 2. Change the default font family in all browsers (opinionated)
 */

html {
  box-sizing: border-box; /* 1 */
  font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  padding: 0;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  margin: 0;
}

/**
 * Suppress the focus outline on elements that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Tailwind custom reset styles
 */

/**
 * Allow adding a border to an element by just adding a border-width.
 *
 * By default, the way the browser specifies that an element should have no
 * border is by setting it's border-style to `none` in the user-agent
 * stylesheet.
 *
 * In order to easily add borders to elements by just setting the `border-width`
 * property, we change the default border-style for all elements to `solid`, and
 * use border-width to hide them instead. This way our `border` utilities only
 * need to set the `border-width` property instead of the entire `border`
 * shorthand, making our border utilities much more straightforward to compose.
 *
 * https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

/**
 * Temporary reset for a change introduced in Chrome 62 but now reverted.
 *
 * We can remove this when the reversion is in a normal Chrome release.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 0;
}

textarea {
  resize: vertical;
}

img {
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: .5;
}

button,
[role=button] {
  cursor: pointer;
}

.container {
  width: 100%;
}

@media (min-width: 940px) {
  .container {
    max-width: 940px;
  }
}

.list-reset {
  list-style: none;
  padding: 0;
}

.appearance-none {
  appearance: none;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-inherit {
  background-color: inherit;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: rgb(34, 41, 47);
}

.bg-blackOverlay {
  background-color: rgba(34, 41, 47, .95);
}

.bg-pureBlackTransparent {
  background-color: rgba(0, 0, 0, .25);
}

.bg-grey {
  background-color: #b8c2cc;
}

.bg-white {
  background-color: rgba(244, 251, 255, 1);
}

.bg-whiteTransparent {
  background-color: rgba(255, 255, 255, .5);
}

.bg-primary {
  background-color: rgb(30, 136, 217);
}

.bg-primaryDark {
  background-color: rgb(5, 105, 181);
}

.bg-debugLog {
  background-color: rgb(107, 194, 250);
}

.bg-errorLog {
  background-color: rgb(252, 88, 135);
}

.bg-infoLog {
  background-color: rgb(244, 251, 255);
}

.bg-warnLog {
  background-color: rgb(217, 190, 39);
}

.hover\:bg-inherit:hover {
  background-color: inherit;
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-black:hover {
  background-color: rgb(34, 41, 47);
}

.hover\:bg-blackOverlay:hover {
  background-color: rgba(34, 41, 47, .95);
}

.hover\:bg-pureBlackTransparent:hover {
  background-color: rgba(0, 0, 0, .25);
}

.hover\:bg-grey:hover {
  background-color: #b8c2cc;
}

.hover\:bg-white:hover {
  background-color: rgba(244, 251, 255, 1);
}

.hover\:bg-whiteTransparent:hover {
  background-color: rgba(255, 255, 255, .5);
}

.hover\:bg-primary:hover {
  background-color: rgb(30, 136, 217);
}

.hover\:bg-primaryDark:hover {
  background-color: rgb(5, 105, 181);
}

.hover\:bg-debugLog:hover {
  background-color: rgb(107, 194, 250);
}

.hover\:bg-errorLog:hover {
  background-color: rgb(252, 88, 135);
}

.hover\:bg-infoLog:hover {
  background-color: rgb(244, 251, 255);
}

.hover\:bg-warnLog:hover {
  background-color: rgb(217, 190, 39);
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-inherit {
  border-color: inherit;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  border-color: rgb(34, 41, 47);
}

.border-blackOverlay {
  border-color: rgba(34, 41, 47, .95);
}

.border-pureBlackTransparent {
  border-color: rgba(0, 0, 0, .25);
}

.border-grey {
  border-color: #b8c2cc;
}

.border-white {
  border-color: rgba(244, 251, 255, 1);
}

.border-whiteTransparent {
  border-color: rgba(255, 255, 255, .5);
}

.border-primary {
  border-color: rgb(30, 136, 217);
}

.border-primaryDark {
  border-color: rgb(5, 105, 181);
}

.border-debugLog {
  border-color: rgb(107, 194, 250);
}

.border-errorLog {
  border-color: rgb(252, 88, 135);
}

.border-infoLog {
  border-color: rgb(244, 251, 255);
}

.border-warnLog {
  border-color: rgb(217, 190, 39);
}

.hover\:border-inherit:hover {
  border-color: inherit;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-black:hover {
  border-color: rgb(34, 41, 47);
}

.hover\:border-blackOverlay:hover {
  border-color: rgba(34, 41, 47, .95);
}

.hover\:border-pureBlackTransparent:hover {
  border-color: rgba(0, 0, 0, .25);
}

.hover\:border-grey:hover {
  border-color: #b8c2cc;
}

.hover\:border-white:hover {
  border-color: rgba(244, 251, 255, 1);
}

.hover\:border-whiteTransparent:hover {
  border-color: rgba(255, 255, 255, .5);
}

.hover\:border-primary:hover {
  border-color: rgb(30, 136, 217);
}

.hover\:border-primaryDark:hover {
  border-color: rgb(5, 105, 181);
}

.hover\:border-debugLog:hover {
  border-color: rgb(107, 194, 250);
}

.hover\:border-errorLog:hover {
  border-color: rgb(252, 88, 135);
}

.hover\:border-infoLog:hover {
  border-color: rgb(244, 251, 255);
}

.hover\:border-warnLog:hover {
  border-color: rgb(217, 190, 39);
}

.rounded-none {
  border-radius: 0;
}

.rounded {
  border-radius: .25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-r {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl {
  border-top-left-radius: .25rem;
}

.rounded-tr {
  border-top-right-radius: .25rem;
}

.rounded-br {
  border-bottom-right-radius: .25rem;
}

.rounded-bl {
  border-bottom-left-radius: .25rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-0 {
  border-width: 0;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-center {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-initial {
  flex: initial;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-no-shrink {
  flex-shrink: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.font-sans {
  font-family: Lato, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-serif {
  font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.font-mono {
  font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-thin {
  font-weight: 200;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.hover\:font-thin:hover {
  font-weight: 200;
}

.hover\:font-medium:hover {
  font-weight: 500;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.h-px {
  height: 1px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-textArea {
  height: 10rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-loose {
  line-height: 2;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-6 {
  margin: 4rem;
}

.m-10 {
  margin: 5rem;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-1 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-6 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: .5rem;
}

.mr-1 {
  margin-right: .5rem;
}

.mb-1 {
  margin-bottom: .5rem;
}

.ml-1 {
  margin-left: .5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.ml-2 {
  margin-left: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.ml-4 {
  margin-left: 2rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mr-6 {
  margin-right: 4rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.ml-6 {
  margin-left: 4rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mr-10 {
  margin-right: 5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.ml-10 {
  margin-left: 5rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-consoleWindow {
  max-height: 250px;
}

.max-w-container {
  max-width: 940px;
}

.max-w-readability {
  max-width: 640px;
}

.max-w-readableParagraph {
  max-width: 420px;
}

.max-w-full {
  max-width: 100%;
}

.min-h-0 {
  min-height: 0;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-textArea {
  min-height: 10rem;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.-m-0 {
  margin: 0;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-px {
  margin: -1px;
}

.-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.-mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-px {
  margin-top: -1px;
  margin-bottom: -1px;
}

.-mx-px {
  margin-left: -1px;
  margin-right: -1px;
}

.-mt-0 {
  margin-top: 0;
}

.-mr-0 {
  margin-right: 0;
}

.-mb-0 {
  margin-bottom: 0;
}

.-ml-0 {
  margin-left: 0;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-px {
  margin-top: -1px;
}

.-mr-px {
  margin-right: -1px;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-px {
  margin-left: -1px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: .15;
}

.opacity-25 {
  opacity: .25;
}

.opacity-50 {
  opacity: .5;
}

.opacity-75 {
  opacity: .75;
}

.opacity-100 {
  opacity: 1;
}

.opacity-05 {
  opacity: .05;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-15:hover {
  opacity: .15;
}

.hover\:opacity-25:hover {
  opacity: .25;
}

.hover\:opacity-50:hover {
  opacity: .5;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-05:hover {
  opacity: .05;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-1 {
  padding: .5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.py-1 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-1 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pt-1 {
  padding-top: .5rem;
}

.pr-1 {
  padding-right: .5rem;
}

.pb-1 {
  padding-bottom: .5rem;
}

.pl-1 {
  padding-left: .5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 2rem;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.pin-none {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.pin {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pin-y {
  top: 0;
  bottom: 0;
}

.pin-x {
  right: 0;
  left: 0;
}

.pin-t {
  top: 0;
}

.pin-r {
  right: 0;
}

.pin-b {
  bottom: 0;
}

.pin-l {
  left: 0;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .15);
}

.shadow-innerDarker {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .5);
}

.shadow-none {
  box-shadow: none;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-inherit {
  color: inherit;
}

.text-transparent {
  color: transparent;
}

.text-black {
  color: rgb(34, 41, 47);
}

.text-blackOverlay {
  color: rgba(34, 41, 47, .95);
}

.text-pureBlackTransparent {
  color: rgba(0, 0, 0, .25);
}

.text-grey {
  color: #b8c2cc;
}

.text-white {
  color: rgba(244, 251, 255, 1);
}

.text-whiteTransparent {
  color: rgba(255, 255, 255, .5);
}

.text-primary {
  color: rgb(30, 136, 217);
}

.text-primaryDark {
  color: rgb(5, 105, 181);
}

.text-debugLog {
  color: rgb(107, 194, 250);
}

.text-errorLog {
  color: rgb(252, 88, 135);
}

.text-infoLog {
  color: rgb(244, 251, 255);
}

.text-warnLog {
  color: rgb(217, 190, 39);
}

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-black:hover {
  color: rgb(34, 41, 47);
}

.hover\:text-blackOverlay:hover {
  color: rgba(34, 41, 47, .95);
}

.hover\:text-pureBlackTransparent:hover {
  color: rgba(0, 0, 0, .25);
}

.hover\:text-grey:hover {
  color: #b8c2cc;
}

.hover\:text-white:hover {
  color: rgba(244, 251, 255, 1);
}

.hover\:text-whiteTransparent:hover {
  color: rgba(255, 255, 255, .5);
}

.hover\:text-primary:hover {
  color: rgb(30, 136, 217);
}

.hover\:text-primaryDark:hover {
  color: rgb(5, 105, 181);
}

.hover\:text-debugLog:hover {
  color: rgb(107, 194, 250);
}

.hover\:text-errorLog:hover {
  color: rgb(252, 88, 135);
}

.hover\:text-infoLog:hover {
  color: rgb(244, 251, 255);
}

.hover\:text-warnLog:hover {
  color: rgb(217, 190, 39);
}

.text-xxs {
  font-size: .5rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-xxl {
  font-size: 3rem;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:italic:hover {
  font-style: italic;
}

.hover\:roman:hover {
  font-style: normal;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:normal-case:hover {
  text-transform: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.tracking-normal {
  letter-spacing: 0;
}

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

.select-text {
  user-select: text;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-4 {
  width: 2.5rem;
}

.w-8 {
  width: 5rem;
}

.w-auto {
  width: auto;
}

.w-container {
  width: 940px;
}

.w-readability {
  width: 640px;
}

.w-readableParagraph {
  width: 420px;
}

.w-fit-content {
  width: fit-content;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.33333%;
}

.w-2\/3 {
  width: 66.66667%;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.66667%;
}

.w-5\/6 {
  width: 83.33333%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-icon {
  width: 1.5em;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.markdown figcaption,
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  font-family: "Lato", sans-serif;
}

.markdown p,
.markdown li {
  max-width: 42rem;
}

.markdown a {
  color: #03a9f4;
}

.markdown a:hover {
  color: black;
}

.markdown * + * {
  margin-top: 1.5rem;
}

.markdown ul ul {
  margin-top: 1.5rem;
}

.markdown .highlight * + * {
  margin-top: .75rem;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.markdown p > code {
  background: #eee;
}

.markdown code {
  padding: .15rem .25rem;
  white-space: nowrap;
}

.markdown pre code {
  display: block;
  padding: 1rem;
  overflow-x: auto;
  white-space: pre;
}

.markdown figure {
  text-align: center;
}

.markdown figure.float-right {
  margin-left: 1.5rem;
}

.markdown figure.float-left {
  margin-right: 1.5rem;
}

.markdown img {
  display: block;
  margin: 0 auto;
}

.markdown figcaption {
  font-size: .8em;
  margin-top: .5rem;
  line-height: 1.2;
  max-width: 200px;
  display: inline-block;
  text-align: center;
}

.gap-px {
  gap: 1px;
}

.gap-sm {
  gap: .5rem;
}

.gap-md {
  gap: 1rem;
}

.gap-lg {
  gap: 2rem;
}

.square {
  aspect-ratio: 1 / 1;
}

@media (min-width: 940px) {
  .l\:list-reset {
    list-style: none;
    padding: 0;
  }

  .l\:appearance-none {
    appearance: none;
  }

  .l\:bg-fixed {
    background-attachment: fixed;
  }

  .l\:bg-local {
    background-attachment: local;
  }

  .l\:bg-scroll {
    background-attachment: scroll;
  }

  .l\:bg-inherit {
    background-color: inherit;
  }

  .l\:bg-transparent {
    background-color: transparent;
  }

  .l\:bg-black {
    background-color: rgb(34, 41, 47);
  }

  .l\:bg-blackOverlay {
    background-color: rgba(34, 41, 47, .95);
  }

  .l\:bg-pureBlackTransparent {
    background-color: rgba(0, 0, 0, .25);
  }

  .l\:bg-grey {
    background-color: #b8c2cc;
  }

  .l\:bg-white {
    background-color: rgba(244, 251, 255, 1);
  }

  .l\:bg-whiteTransparent {
    background-color: rgba(255, 255, 255, .5);
  }

  .l\:bg-primary {
    background-color: rgb(30, 136, 217);
  }

  .l\:bg-primaryDark {
    background-color: rgb(5, 105, 181);
  }

  .l\:bg-debugLog {
    background-color: rgb(107, 194, 250);
  }

  .l\:bg-errorLog {
    background-color: rgb(252, 88, 135);
  }

  .l\:bg-infoLog {
    background-color: rgb(244, 251, 255);
  }

  .l\:bg-warnLog {
    background-color: rgb(217, 190, 39);
  }

  .l\:hover\:bg-inherit:hover {
    background-color: inherit;
  }

  .l\:hover\:bg-transparent:hover {
    background-color: transparent;
  }

  .l\:hover\:bg-black:hover {
    background-color: rgb(34, 41, 47);
  }

  .l\:hover\:bg-blackOverlay:hover {
    background-color: rgba(34, 41, 47, .95);
  }

  .l\:hover\:bg-pureBlackTransparent:hover {
    background-color: rgba(0, 0, 0, .25);
  }

  .l\:hover\:bg-grey:hover {
    background-color: #b8c2cc;
  }

  .l\:hover\:bg-white:hover {
    background-color: rgba(244, 251, 255, 1);
  }

  .l\:hover\:bg-whiteTransparent:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  .l\:hover\:bg-primary:hover {
    background-color: rgb(30, 136, 217);
  }

  .l\:hover\:bg-primaryDark:hover {
    background-color: rgb(5, 105, 181);
  }

  .l\:hover\:bg-debugLog:hover {
    background-color: rgb(107, 194, 250);
  }

  .l\:hover\:bg-errorLog:hover {
    background-color: rgb(252, 88, 135);
  }

  .l\:hover\:bg-infoLog:hover {
    background-color: rgb(244, 251, 255);
  }

  .l\:hover\:bg-warnLog:hover {
    background-color: rgb(217, 190, 39);
  }

  .l\:bg-bottom {
    background-position: bottom;
  }

  .l\:bg-center {
    background-position: center;
  }

  .l\:bg-left {
    background-position: left;
  }

  .l\:bg-left-bottom {
    background-position: left bottom;
  }

  .l\:bg-left-top {
    background-position: left top;
  }

  .l\:bg-right {
    background-position: right;
  }

  .l\:bg-right-bottom {
    background-position: right bottom;
  }

  .l\:bg-right-top {
    background-position: right top;
  }

  .l\:bg-top {
    background-position: top;
  }

  .l\:bg-repeat {
    background-repeat: repeat;
  }

  .l\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .l\:bg-repeat-x {
    background-repeat: repeat-x;
  }

  .l\:bg-repeat-y {
    background-repeat: repeat-y;
  }

  .l\:bg-auto {
    background-size: auto;
  }

  .l\:bg-cover {
    background-size: cover;
  }

  .l\:bg-contain {
    background-size: contain;
  }

  .l\:border-inherit {
    border-color: inherit;
  }

  .l\:border-transparent {
    border-color: transparent;
  }

  .l\:border-black {
    border-color: rgb(34, 41, 47);
  }

  .l\:border-blackOverlay {
    border-color: rgba(34, 41, 47, .95);
  }

  .l\:border-pureBlackTransparent {
    border-color: rgba(0, 0, 0, .25);
  }

  .l\:border-grey {
    border-color: #b8c2cc;
  }

  .l\:border-white {
    border-color: rgba(244, 251, 255, 1);
  }

  .l\:border-whiteTransparent {
    border-color: rgba(255, 255, 255, .5);
  }

  .l\:border-primary {
    border-color: rgb(30, 136, 217);
  }

  .l\:border-primaryDark {
    border-color: rgb(5, 105, 181);
  }

  .l\:border-debugLog {
    border-color: rgb(107, 194, 250);
  }

  .l\:border-errorLog {
    border-color: rgb(252, 88, 135);
  }

  .l\:border-infoLog {
    border-color: rgb(244, 251, 255);
  }

  .l\:border-warnLog {
    border-color: rgb(217, 190, 39);
  }

  .l\:hover\:border-inherit:hover {
    border-color: inherit;
  }

  .l\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .l\:hover\:border-black:hover {
    border-color: rgb(34, 41, 47);
  }

  .l\:hover\:border-blackOverlay:hover {
    border-color: rgba(34, 41, 47, .95);
  }

  .l\:hover\:border-pureBlackTransparent:hover {
    border-color: rgba(0, 0, 0, .25);
  }

  .l\:hover\:border-grey:hover {
    border-color: #b8c2cc;
  }

  .l\:hover\:border-white:hover {
    border-color: rgba(244, 251, 255, 1);
  }

  .l\:hover\:border-whiteTransparent:hover {
    border-color: rgba(255, 255, 255, .5);
  }

  .l\:hover\:border-primary:hover {
    border-color: rgb(30, 136, 217);
  }

  .l\:hover\:border-primaryDark:hover {
    border-color: rgb(5, 105, 181);
  }

  .l\:hover\:border-debugLog:hover {
    border-color: rgb(107, 194, 250);
  }

  .l\:hover\:border-errorLog:hover {
    border-color: rgb(252, 88, 135);
  }

  .l\:hover\:border-infoLog:hover {
    border-color: rgb(244, 251, 255);
  }

  .l\:hover\:border-warnLog:hover {
    border-color: rgb(217, 190, 39);
  }

  .l\:rounded-none {
    border-radius: 0;
  }

  .l\:rounded {
    border-radius: .25rem;
  }

  .l\:rounded-full {
    border-radius: 9999px;
  }

  .l\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .l\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .l\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .l\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .l\:rounded-t {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .l\:rounded-r {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }

  .l\:rounded-b {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .l\:rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .l\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .l\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .l\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .l\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .l\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .l\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .l\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .l\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .l\:rounded-tl {
    border-top-left-radius: .25rem;
  }

  .l\:rounded-tr {
    border-top-right-radius: .25rem;
  }

  .l\:rounded-br {
    border-bottom-right-radius: .25rem;
  }

  .l\:rounded-bl {
    border-bottom-left-radius: .25rem;
  }

  .l\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .l\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .l\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .l\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .l\:border-solid {
    border-style: solid;
  }

  .l\:border-dashed {
    border-style: dashed;
  }

  .l\:border-dotted {
    border-style: dotted;
  }

  .l\:border-none {
    border-style: none;
  }

  .l\:border-0 {
    border-width: 0;
  }

  .l\:border {
    border-width: 1px;
  }

  .l\:border-t-0 {
    border-top-width: 0;
  }

  .l\:border-r-0 {
    border-right-width: 0;
  }

  .l\:border-b-0 {
    border-bottom-width: 0;
  }

  .l\:border-l-0 {
    border-left-width: 0;
  }

  .l\:border-t {
    border-top-width: 1px;
  }

  .l\:border-r {
    border-right-width: 1px;
  }

  .l\:border-b {
    border-bottom-width: 1px;
  }

  .l\:border-l {
    border-left-width: 1px;
  }

  .l\:cursor-auto {
    cursor: auto;
  }

  .l\:cursor-default {
    cursor: default;
  }

  .l\:cursor-pointer {
    cursor: pointer;
  }

  .l\:cursor-wait {
    cursor: wait;
  }

  .l\:cursor-move {
    cursor: move;
  }

  .l\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .l\:block {
    display: block;
  }

  .l\:inline-block {
    display: inline-block;
  }

  .l\:inline {
    display: inline;
  }

  .l\:table {
    display: table;
  }

  .l\:table-row {
    display: table-row;
  }

  .l\:table-cell {
    display: table-cell;
  }

  .l\:hidden {
    display: none;
  }

  .l\:flex {
    display: flex;
  }

  .l\:inline-flex {
    display: inline-flex;
  }

  .l\:flex-row {
    flex-direction: row;
  }

  .l\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .l\:flex-col {
    flex-direction: column;
  }

  .l\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .l\:flex-wrap {
    flex-wrap: wrap;
  }

  .l\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .l\:flex-no-wrap {
    flex-wrap: nowrap;
  }

  .l\:items-start {
    align-items: flex-start;
  }

  .l\:items-end {
    align-items: flex-end;
  }

  .l\:items-center {
    align-items: center;
  }

  .l\:items-baseline {
    align-items: baseline;
  }

  .l\:items-stretch {
    align-items: stretch;
  }

  .l\:self-auto {
    align-self: auto;
  }

  .l\:self-start {
    align-self: flex-start;
  }

  .l\:self-end {
    align-self: flex-end;
  }

  .l\:self-center {
    align-self: center;
  }

  .l\:self-stretch {
    align-self: stretch;
  }

  .l\:justify-start {
    justify-content: flex-start;
  }

  .l\:justify-end {
    justify-content: flex-end;
  }

  .l\:justify-center {
    justify-content: center;
  }

  .l\:justify-between {
    justify-content: space-between;
  }

  .l\:justify-around {
    justify-content: space-around;
  }

  .l\:content-center {
    align-content: center;
  }

  .l\:content-start {
    align-content: flex-start;
  }

  .l\:content-end {
    align-content: flex-end;
  }

  .l\:content-between {
    align-content: space-between;
  }

  .l\:content-around {
    align-content: space-around;
  }

  .l\:flex-1 {
    flex: 1;
  }

  .l\:flex-auto {
    flex: auto;
  }

  .l\:flex-initial {
    flex: initial;
  }

  .l\:flex-none {
    flex: none;
  }

  .l\:flex-grow {
    flex-grow: 1;
  }

  .l\:flex-shrink {
    flex-shrink: 1;
  }

  .l\:flex-no-grow {
    flex-grow: 0;
  }

  .l\:flex-no-shrink {
    flex-shrink: 0;
  }

  .l\:float-right {
    float: right;
  }

  .l\:float-left {
    float: left;
  }

  .l\:float-none {
    float: none;
  }

  .l\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .l\:font-sans {
    font-family: Lato, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .l\:font-serif {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .l\:font-mono {
    font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  }

  .l\:font-thin {
    font-weight: 200;
  }

  .l\:font-medium {
    font-weight: 500;
  }

  .l\:font-bold {
    font-weight: 700;
  }

  .l\:hover\:font-thin:hover {
    font-weight: 200;
  }

  .l\:hover\:font-medium:hover {
    font-weight: 500;
  }

  .l\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .l\:h-px {
    height: 1px;
  }

  .l\:h-auto {
    height: auto;
  }

  .l\:h-full {
    height: 100%;
  }

  .l\:h-screen {
    height: 100vh;
  }

  .l\:h-textArea {
    height: 10rem;
  }

  .l\:leading-none {
    line-height: 1;
  }

  .l\:leading-tight {
    line-height: 1.25;
  }

  .l\:leading-normal {
    line-height: 1.5;
  }

  .l\:leading-loose {
    line-height: 2;
  }

  .l\:m-0 {
    margin: 0;
  }

  .l\:m-1 {
    margin: .5rem;
  }

  .l\:m-2 {
    margin: 1rem;
  }

  .l\:m-3 {
    margin: 1.5rem;
  }

  .l\:m-4 {
    margin: 2rem;
  }

  .l\:m-6 {
    margin: 4rem;
  }

  .l\:m-10 {
    margin: 5rem;
  }

  .l\:m-auto {
    margin: auto;
  }

  .l\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .l\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .l\:my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .l\:mx-1 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .l\:my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .l\:mx-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .l\:my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .l\:mx-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .l\:my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .l\:mx-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .l\:my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .l\:mx-6 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .l\:my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .l\:mx-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .l\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .l\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .l\:mt-0 {
    margin-top: 0;
  }

  .l\:mr-0 {
    margin-right: 0;
  }

  .l\:mb-0 {
    margin-bottom: 0;
  }

  .l\:ml-0 {
    margin-left: 0;
  }

  .l\:mt-1 {
    margin-top: .5rem;
  }

  .l\:mr-1 {
    margin-right: .5rem;
  }

  .l\:mb-1 {
    margin-bottom: .5rem;
  }

  .l\:ml-1 {
    margin-left: .5rem;
  }

  .l\:mt-2 {
    margin-top: 1rem;
  }

  .l\:mr-2 {
    margin-right: 1rem;
  }

  .l\:mb-2 {
    margin-bottom: 1rem;
  }

  .l\:ml-2 {
    margin-left: 1rem;
  }

  .l\:mt-3 {
    margin-top: 1.5rem;
  }

  .l\:mr-3 {
    margin-right: 1.5rem;
  }

  .l\:mb-3 {
    margin-bottom: 1.5rem;
  }

  .l\:ml-3 {
    margin-left: 1.5rem;
  }

  .l\:mt-4 {
    margin-top: 2rem;
  }

  .l\:mr-4 {
    margin-right: 2rem;
  }

  .l\:mb-4 {
    margin-bottom: 2rem;
  }

  .l\:ml-4 {
    margin-left: 2rem;
  }

  .l\:mt-6 {
    margin-top: 4rem;
  }

  .l\:mr-6 {
    margin-right: 4rem;
  }

  .l\:mb-6 {
    margin-bottom: 4rem;
  }

  .l\:ml-6 {
    margin-left: 4rem;
  }

  .l\:mt-10 {
    margin-top: 5rem;
  }

  .l\:mr-10 {
    margin-right: 5rem;
  }

  .l\:mb-10 {
    margin-bottom: 5rem;
  }

  .l\:ml-10 {
    margin-left: 5rem;
  }

  .l\:mt-auto {
    margin-top: auto;
  }

  .l\:mr-auto {
    margin-right: auto;
  }

  .l\:mb-auto {
    margin-bottom: auto;
  }

  .l\:ml-auto {
    margin-left: auto;
  }

  .l\:max-h-full {
    max-height: 100%;
  }

  .l\:max-h-screen {
    max-height: 100vh;
  }

  .l\:max-h-consoleWindow {
    max-height: 250px;
  }

  .l\:max-w-container {
    max-width: 940px;
  }

  .l\:max-w-readability {
    max-width: 640px;
  }

  .l\:max-w-readableParagraph {
    max-width: 420px;
  }

  .l\:max-w-full {
    max-width: 100%;
  }

  .l\:min-h-0 {
    min-height: 0;
  }

  .l\:min-h-full {
    min-height: 100%;
  }

  .l\:min-h-screen {
    min-height: 100vh;
  }

  .l\:min-h-textArea {
    min-height: 10rem;
  }

  .l\:min-w-0 {
    min-width: 0;
  }

  .l\:min-w-full {
    min-width: 100%;
  }

  .l\:-m-0 {
    margin: 0;
  }

  .l\:-m-1 {
    margin: -0.25rem;
  }

  .l\:-m-2 {
    margin: -0.5rem;
  }

  .l\:-m-3 {
    margin: -0.75rem;
  }

  .l\:-m-4 {
    margin: -1rem;
  }

  .l\:-m-6 {
    margin: -1.5rem;
  }

  .l\:-m-8 {
    margin: -2rem;
  }

  .l\:-m-px {
    margin: -1px;
  }

  .l\:-my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .l\:-mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .l\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .l\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .l\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .l\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .l\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .l\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .l\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .l\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .l\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .l\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .l\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .l\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .l\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .l\:-mx-px {
    margin-left: -1px;
    margin-right: -1px;
  }

  .l\:-mt-0 {
    margin-top: 0;
  }

  .l\:-mr-0 {
    margin-right: 0;
  }

  .l\:-mb-0 {
    margin-bottom: 0;
  }

  .l\:-ml-0 {
    margin-left: 0;
  }

  .l\:-mt-1 {
    margin-top: -0.25rem;
  }

  .l\:-mr-1 {
    margin-right: -0.25rem;
  }

  .l\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .l\:-ml-1 {
    margin-left: -0.25rem;
  }

  .l\:-mt-2 {
    margin-top: -0.5rem;
  }

  .l\:-mr-2 {
    margin-right: -0.5rem;
  }

  .l\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .l\:-ml-2 {
    margin-left: -0.5rem;
  }

  .l\:-mt-3 {
    margin-top: -0.75rem;
  }

  .l\:-mr-3 {
    margin-right: -0.75rem;
  }

  .l\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .l\:-ml-3 {
    margin-left: -0.75rem;
  }

  .l\:-mt-4 {
    margin-top: -1rem;
  }

  .l\:-mr-4 {
    margin-right: -1rem;
  }

  .l\:-mb-4 {
    margin-bottom: -1rem;
  }

  .l\:-ml-4 {
    margin-left: -1rem;
  }

  .l\:-mt-6 {
    margin-top: -1.5rem;
  }

  .l\:-mr-6 {
    margin-right: -1.5rem;
  }

  .l\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .l\:-ml-6 {
    margin-left: -1.5rem;
  }

  .l\:-mt-8 {
    margin-top: -2rem;
  }

  .l\:-mr-8 {
    margin-right: -2rem;
  }

  .l\:-mb-8 {
    margin-bottom: -2rem;
  }

  .l\:-ml-8 {
    margin-left: -2rem;
  }

  .l\:-mt-px {
    margin-top: -1px;
  }

  .l\:-mr-px {
    margin-right: -1px;
  }

  .l\:-mb-px {
    margin-bottom: -1px;
  }

  .l\:-ml-px {
    margin-left: -1px;
  }

  .l\:opacity-0 {
    opacity: 0;
  }

  .l\:opacity-15 {
    opacity: .15;
  }

  .l\:opacity-25 {
    opacity: .25;
  }

  .l\:opacity-50 {
    opacity: .5;
  }

  .l\:opacity-75 {
    opacity: .75;
  }

  .l\:opacity-100 {
    opacity: 1;
  }

  .l\:opacity-05 {
    opacity: .05;
  }

  .l\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .l\:hover\:opacity-15:hover {
    opacity: .15;
  }

  .l\:hover\:opacity-25:hover {
    opacity: .25;
  }

  .l\:hover\:opacity-50:hover {
    opacity: .5;
  }

  .l\:hover\:opacity-75:hover {
    opacity: .75;
  }

  .l\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .l\:hover\:opacity-05:hover {
    opacity: .05;
  }

  .l\:overflow-auto {
    overflow: auto;
  }

  .l\:overflow-hidden {
    overflow: hidden;
  }

  .l\:overflow-visible {
    overflow: visible;
  }

  .l\:overflow-scroll {
    overflow: scroll;
  }

  .l\:overflow-x-auto {
    overflow-x: auto;
  }

  .l\:overflow-y-auto {
    overflow-y: auto;
  }

  .l\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .l\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .l\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .l\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .l\:p-1 {
    padding: .5rem;
  }

  .l\:p-2 {
    padding: 1rem;
  }

  .l\:p-3 {
    padding: 1.5rem;
  }

  .l\:p-4 {
    padding: 2rem;
  }

  .l\:py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .l\:px-1 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .l\:py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .l\:px-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .l\:py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .l\:px-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .l\:py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .l\:px-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .l\:pt-1 {
    padding-top: .5rem;
  }

  .l\:pr-1 {
    padding-right: .5rem;
  }

  .l\:pb-1 {
    padding-bottom: .5rem;
  }

  .l\:pl-1 {
    padding-left: .5rem;
  }

  .l\:pt-2 {
    padding-top: 1rem;
  }

  .l\:pr-2 {
    padding-right: 1rem;
  }

  .l\:pb-2 {
    padding-bottom: 1rem;
  }

  .l\:pl-2 {
    padding-left: 1rem;
  }

  .l\:pt-3 {
    padding-top: 1.5rem;
  }

  .l\:pr-3 {
    padding-right: 1.5rem;
  }

  .l\:pb-3 {
    padding-bottom: 1.5rem;
  }

  .l\:pl-3 {
    padding-left: 1.5rem;
  }

  .l\:pt-4 {
    padding-top: 2rem;
  }

  .l\:pr-4 {
    padding-right: 2rem;
  }

  .l\:pb-4 {
    padding-bottom: 2rem;
  }

  .l\:pl-4 {
    padding-left: 2rem;
  }

  .l\:pointer-events-none {
    pointer-events: none;
  }

  .l\:pointer-events-auto {
    pointer-events: auto;
  }

  .l\:static {
    position: static;
  }

  .l\:fixed {
    position: fixed;
  }

  .l\:absolute {
    position: absolute;
  }

  .l\:relative {
    position: relative;
  }

  .l\:sticky {
    position: sticky;
  }

  .l\:pin-none {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .l\:pin {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .l\:pin-y {
    top: 0;
    bottom: 0;
  }

  .l\:pin-x {
    right: 0;
    left: 0;
  }

  .l\:pin-t {
    top: 0;
  }

  .l\:pin-r {
    right: 0;
  }

  .l\:pin-b {
    bottom: 0;
  }

  .l\:pin-l {
    left: 0;
  }

  .l\:resize-none {
    resize: none;
  }

  .l\:resize-y {
    resize: vertical;
  }

  .l\:resize-x {
    resize: horizontal;
  }

  .l\:resize {
    resize: both;
  }

  .l\:shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  .l\:shadow-md {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
  }

  .l\:shadow-lg {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
  }

  .l\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .15);
  }

  .l\:shadow-innerDarker {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .5);
  }

  .l\:shadow-none {
    box-shadow: none;
  }

  .l\:text-left {
    text-align: left;
  }

  .l\:text-center {
    text-align: center;
  }

  .l\:text-right {
    text-align: right;
  }

  .l\:text-justify {
    text-align: justify;
  }

  .l\:text-inherit {
    color: inherit;
  }

  .l\:text-transparent {
    color: transparent;
  }

  .l\:text-black {
    color: rgb(34, 41, 47);
  }

  .l\:text-blackOverlay {
    color: rgba(34, 41, 47, .95);
  }

  .l\:text-pureBlackTransparent {
    color: rgba(0, 0, 0, .25);
  }

  .l\:text-grey {
    color: #b8c2cc;
  }

  .l\:text-white {
    color: rgba(244, 251, 255, 1);
  }

  .l\:text-whiteTransparent {
    color: rgba(255, 255, 255, .5);
  }

  .l\:text-primary {
    color: rgb(30, 136, 217);
  }

  .l\:text-primaryDark {
    color: rgb(5, 105, 181);
  }

  .l\:text-debugLog {
    color: rgb(107, 194, 250);
  }

  .l\:text-errorLog {
    color: rgb(252, 88, 135);
  }

  .l\:text-infoLog {
    color: rgb(244, 251, 255);
  }

  .l\:text-warnLog {
    color: rgb(217, 190, 39);
  }

  .l\:hover\:text-inherit:hover {
    color: inherit;
  }

  .l\:hover\:text-transparent:hover {
    color: transparent;
  }

  .l\:hover\:text-black:hover {
    color: rgb(34, 41, 47);
  }

  .l\:hover\:text-blackOverlay:hover {
    color: rgba(34, 41, 47, .95);
  }

  .l\:hover\:text-pureBlackTransparent:hover {
    color: rgba(0, 0, 0, .25);
  }

  .l\:hover\:text-grey:hover {
    color: #b8c2cc;
  }

  .l\:hover\:text-white:hover {
    color: rgba(244, 251, 255, 1);
  }

  .l\:hover\:text-whiteTransparent:hover {
    color: rgba(255, 255, 255, .5);
  }

  .l\:hover\:text-primary:hover {
    color: rgb(30, 136, 217);
  }

  .l\:hover\:text-primaryDark:hover {
    color: rgb(5, 105, 181);
  }

  .l\:hover\:text-debugLog:hover {
    color: rgb(107, 194, 250);
  }

  .l\:hover\:text-errorLog:hover {
    color: rgb(252, 88, 135);
  }

  .l\:hover\:text-infoLog:hover {
    color: rgb(244, 251, 255);
  }

  .l\:hover\:text-warnLog:hover {
    color: rgb(217, 190, 39);
  }

  .l\:text-xxs {
    font-size: .5rem;
  }

  .l\:text-xs {
    font-size: .75rem;
  }

  .l\:text-sm {
    font-size: .875rem;
  }

  .l\:text-base {
    font-size: 1rem;
  }

  .l\:text-lg {
    font-size: 1.125rem;
  }

  .l\:text-xl {
    font-size: 1.5rem;
  }

  .l\:text-xxl {
    font-size: 3rem;
  }

  .l\:italic {
    font-style: italic;
  }

  .l\:roman {
    font-style: normal;
  }

  .l\:uppercase {
    text-transform: uppercase;
  }

  .l\:lowercase {
    text-transform: lowercase;
  }

  .l\:capitalize {
    text-transform: capitalize;
  }

  .l\:normal-case {
    text-transform: none;
  }

  .l\:underline {
    text-decoration: underline;
  }

  .l\:line-through {
    text-decoration: line-through;
  }

  .l\:no-underline {
    text-decoration: none;
  }

  .l\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .l\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .l\:hover\:italic:hover {
    font-style: italic;
  }

  .l\:hover\:roman:hover {
    font-style: normal;
  }

  .l\:hover\:uppercase:hover {
    text-transform: uppercase;
  }

  .l\:hover\:lowercase:hover {
    text-transform: lowercase;
  }

  .l\:hover\:capitalize:hover {
    text-transform: capitalize;
  }

  .l\:hover\:normal-case:hover {
    text-transform: none;
  }

  .l\:hover\:underline:hover {
    text-decoration: underline;
  }

  .l\:hover\:line-through:hover {
    text-decoration: line-through;
  }

  .l\:hover\:no-underline:hover {
    text-decoration: none;
  }

  .l\:hover\:antialiased:hover {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .l\:hover\:subpixel-antialiased:hover {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .l\:tracking-normal {
    letter-spacing: 0;
  }

  .l\:select-none {
    user-select: none;
  }

  .l\:select-text {
    user-select: text;
  }

  .l\:align-baseline {
    vertical-align: baseline;
  }

  .l\:align-top {
    vertical-align: top;
  }

  .l\:align-middle {
    vertical-align: middle;
  }

  .l\:align-bottom {
    vertical-align: bottom;
  }

  .l\:align-text-top {
    vertical-align: text-top;
  }

  .l\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .l\:visible {
    visibility: visible;
  }

  .l\:invisible {
    visibility: hidden;
  }

  .l\:whitespace-normal {
    white-space: normal;
  }

  .l\:whitespace-no-wrap {
    white-space: nowrap;
  }

  .l\:whitespace-pre {
    white-space: pre;
  }

  .l\:whitespace-pre-line {
    white-space: pre-line;
  }

  .l\:whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .l\:break-words {
    word-wrap: break-word;
  }

  .l\:break-normal {
    word-wrap: normal;
  }

  .l\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .l\:w-4 {
    width: 2.5rem;
  }

  .l\:w-8 {
    width: 5rem;
  }

  .l\:w-auto {
    width: auto;
  }

  .l\:w-container {
    width: 940px;
  }

  .l\:w-readability {
    width: 640px;
  }

  .l\:w-readableParagraph {
    width: 420px;
  }

  .l\:w-fit-content {
    width: fit-content;
  }

  .l\:w-1\/2 {
    width: 50%;
  }

  .l\:w-1\/3 {
    width: 33.33333%;
  }

  .l\:w-2\/3 {
    width: 66.66667%;
  }

  .l\:w-1\/4 {
    width: 25%;
  }

  .l\:w-3\/4 {
    width: 75%;
  }

  .l\:w-1\/5 {
    width: 20%;
  }

  .l\:w-2\/5 {
    width: 40%;
  }

  .l\:w-3\/5 {
    width: 60%;
  }

  .l\:w-4\/5 {
    width: 80%;
  }

  .l\:w-1\/6 {
    width: 16.66667%;
  }

  .l\:w-5\/6 {
    width: 83.33333%;
  }

  .l\:w-full {
    width: 100%;
  }

  .l\:w-screen {
    width: 100vw;
  }

  .l\:w-icon {
    width: 1.5em;
  }

  .l\:z-0 {
    z-index: 0;
  }

  .l\:z-10 {
    z-index: 10;
  }

  .l\:z-20 {
    z-index: 20;
  }

  .l\:z-30 {
    z-index: 30;
  }

  .l\:z-40 {
    z-index: 40;
  }

  .l\:z-50 {
    z-index: 50;
  }

  .l\:z-auto {
    z-index: auto;
  }
}
