/* stylelint-disable max-line-length, property-no-vendor-prefix */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
pre {
  font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/
::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af;
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}

@font-face {
  font-family: "BeVietnamPro";
  font-weight: 100;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-thin.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 100;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-thinitalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 200;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-extralight.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 200;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-extralightitalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-light.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 300;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-lightitalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-regular.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-italic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-medium.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 500;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-mediumitalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 600;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-semibolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-bold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 700;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-bolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 800;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-extrabold.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 800;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-extrabolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 900;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-black.ttf") format("truetype");
}
@font-face {
  font-family: "BeVietnamPro";
  font-weight: 900;
  font-style: italic;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/be-vietnam-pro/bevietnampro-blackitalic.ttf") format("truetype");
}
@media (forced-colors: active) {
  .tippy-arrow::before {
    display: none;
  }
  .tippy-box {
    border: 1px solid buttonborder;
  }
}
.sr-only,
.visually-hidden,
.show-on-focus:not(:focus):not(:active) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* https://unpkg.com/tippy.js@6.3.1/dist/tippy.css */
.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

/* https://unpkg.com/tippy.js@6.3.1/themes/material.css */
.tippy-box[data-theme~=material] {
  background-color: #505355;
  font-weight: 600;
}

.tippy-box[data-theme~=material][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #505355;
}

.tippy-box[data-theme~=material][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #505355;
}

.tippy-box[data-theme~=material][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #505355;
}

.tippy-box[data-theme~=material][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #505355;
}

.tippy-box[data-theme~=material] > .tippy-backdrop {
  background-color: #505355;
}

.tippy-box[data-theme~=material] > .tippy-svg-arrow {
  fill: #505355;
}

/* https://unpkg.com/tippy.js@6.3.1/themes/light.css */
.tippy-box[data-theme~=cognician] {
  background-color: #505355;
  font-weight: 600;
}

.tippy-box[data-theme~=cognician][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #505355;
}

.tippy-box[data-theme~=cognician][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #505355;
}

.tippy-box[data-theme~=cognician][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #505355;
}

.tippy-box[data-theme~=cognician][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #505355;
}

.tippy-box[data-theme~=cognician] > .tippy-backdrop {
  background-color: #505355;
}

.tippy-box[data-theme~=cognician] > .tippy-svg-arrow {
  fill: #505355;
}

.tippy-box[data-theme~=cognician] .tippy-content {
  text-align: center;
  font-weight: normal;
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-3x {
  font-size: 3em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bug::before {
  content: "\f188";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-download::before {
  content: "\f019";
}

.fa-exclamation::before {
  content: "\f12a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-flag::before {
  content: "\f024";
}

.fa-font::before {
  content: "\f031";
}

.fa-home::before {
  content: "\f015";
}

.fa-image::before {
  content: "\f03e";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-italic::before {
  content: "\f033";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-lock::before {
  content: "\f023";
}

.fa-pencil::before {
  content: "\f040";
}

.fa-plus::before {
  content: "\f067";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-search::before {
  content: "\f002";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-star::before {
  content: "\f005";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-sync::before {
  content: "\f021";
}

.fa-times::before {
  content: "\f00d";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-upload::before {
  content: "\f093";
}

.fa-video::before {
  content: "\f03d";
}

.fa-wrench::before {
  content: "\f0ad";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-brands-400.woff2") format("woff2"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-brands-400.woff") format("woff"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-light-300.woff2") format("woff2"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-light-300.woff") format("woff"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-light-300.ttf") format("truetype");
}
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-regular-400.woff2") format("woff2"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-regular-400.woff") format("woff"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-regular-400.ttf") format("truetype");
}
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  font-display: block;
  src: url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-solid-900.woff2") format("woff2"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-solid-900.woff") format("woff"), url("https://cgn-production-eu-west-1-static.s3-eu-west-1.amazonaws.com/resources/fonts/fontawesome5/fa-solid-900.ttf") format("truetype");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

#footer {
  height: 40px;
  box-sizing: border-box;
  color: #333;
  padding: 0 3em;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #footer {
    padding: 0 1em;
  }
}
@media screen and (max-width: 600px) {
  #footer {
    text-align: center;
    height: 40px;
  }
}
#footer [class^=icon-]::before,
#footer [class*=" icon-"]::before {
  padding-right: 2px;
}
#footer .copyright {
  text-align: left;
  flex-grow: 0;
  white-space: nowrap;
  margin-right: 1em;
}
#footer .footer-container {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 0.8461538462em;
}
#footer .footer-container .cognician-copyright {
  vertical-align: middle;
  flex-shrink: 1;
}
#footer .footer-container .logo-anchor {
  flex-shrink: 0;
}
#footer .footer-container .logo-anchor .cognician-logo {
  width: auto;
  height: 18px;
  vertical-align: middle;
}
@media (forced-colors: active) {
  #footer .footer-container .logo-anchor .cognician-logo {
    background-color: Highlight;
  }
}
#footer .footer-container .logo-anchor:focus {
  outline-offset: 3px;
}
#footer .footer-item {
  flex-shrink: 2;
  text-align: center;
  line-height: 1;
  margin: 0 1em;
  display: flex;
  align-items: center;
  color: #333;
}
#footer .footer-item[href] {
  text-decoration: underline;
}
#footer .footer-item:focus {
  outline-offset: 5px;
}
#footer .footer-item.help {
  white-space: nowrap;
}
#footer .footer-item.tooltip-control {
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0 1em;
}
@media screen and (max-width: 400px) {
  #footer .footer-item {
    margin: 0 0.5em;
  }
}

[dir=rtl] [class^=icon-]::before,
[dir=rtl] [class*=" icon-"]::before {
  padding: 0 0 0 2px;
}

.program-container .program-content {
  background-image: linear-gradient(to bottom, #f2f2f2, #fafafa);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25), inset 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.1s ease-in-out;
}
.program-container .program-content:hover, .program-container .program-content:focus {
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.25), inset 0 0 0 0 rgba(0, 0, 0, 0.25);
}
.program-container .program-content:focus {
  outline: none;
}

.no-entitlements-message a {
  text-decoration: underline;
}
.no-entitlements-message a:hover {
  text-decoration: none;
}

.support-button {
  position: fixed;
  right: 20px;
  bottom: 50px;
  border-radius: 50%;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
}
.support-button.cognician {
  height: 60px;
  width: 60px;
  background-color: #064967;
}
.support-button.cognician .support-icon {
  width: 100%;
  height: 100%;
}
.support-button.microsoft {
  height: 60px;
  box-shadow: none;
  z-index: 3;
}
.support-button.microsoft .ms-support-img {
  height: 60px;
}
.support-button .support-link {
  padding: 0;
  margin: 0;
}

.support-link {
  color: #fff;
  padding: 0 3px;
  margin: 0 2px;
}
.support-link:link, .support-link:visited {
  color: #fff;
}
.support-link:hover, .support-link:focus, .support-link:active {
  color: #fff;
}
.support-link:hover .support-icon, .support-link:focus .support-icon, .support-link:active .support-icon {
  /* stylelint-disable-next-line selector-id-pattern */
  /* stylelint-disable-next-line selector-id-pattern */
}
.support-link:hover .support-icon > #id_hover, .support-link:focus .support-icon > #id_hover, .support-link:active .support-icon > #id_hover {
  fill: currentcolor;
}
.support-link:hover .support-icon > #id_still, .support-link:focus .support-icon > #id_still, .support-link:active .support-icon > #id_still {
  fill: none;
}

.insight,
.insight-body,
.insight-comments,
.insight-header,
.insight-prompt,
.insight-content,
.insight-footer,
.insight-comment,
.insight-ta {
  box-sizing: border-box;
}

.insight {
  z-index: 100;
  text-align: left;
}

.insight-warning {
  padding: 3px 20px;
  color: white;
  margin: -5px -1px 0 -1px;
}

.insight-body {
  background-color: #0a7eb2;
  border-color: #0a7eb2;
  color: white;
  border-width: 5px 1px 1px 1px;
  border-style: solid;
}

.insight-header .header-section {
  display: flex;
  gap: 15px;
  align-items: center;
  height: 72px;
  padding-inline-start: 22px;
  padding-inline-end: 22px;
}
.insight-header .header-section .insight-title {
  display: flex;
  flex-basis: 100%;
  white-space: pre-wrap;
}
.insight-header .header-section .insight-title .insight-menu {
  margin-inline-start: auto;
  position: relative;
}

.insight-header_source {
  background: white;
  color: #58656E;
}

.insight-author {
  font-weight: bold;
}

.insight-avatar {
  flex: none;
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  overflow: hidden;
  color: #424342;
  background-color: #ffffff;
  position: relative;
}

.insight-avatar-inner {
  width: 100%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.insight-source {
  padding: 14px 22px;
  background: #F4F7F8;
  color: #58656E;
}

.insight-source-cog {
  overflow-wrap: break-word;
}

.insight-source-cog + .insight-source-prompt {
  margin-top: 10px;
  overflow-wrap: break-word;
}

.insight-content {
  padding: 0 22px;
}

.insight-content > .insight-edit {
  padding-bottom: 14px;
  margin: -7px -7px 0 -7px;
}

.multiline-text {
  overflow-wrap: anywhere;
}

.insight-source + .insight-content {
  padding-top: 14px;
  overflow-wrap: anywhere;
}

.insight-content > p {
  margin: 0.5em 0;
  color: inherit;
}

.insight-content > .multiline-text {
  margin: 0.5em 0;
  color: inherit;
}

.insight-menu > .dropdown-popup {
  position: static;
  margin-top: 22px;
  min-width: 136px;
  position: absolute;
  right: 22px;
  overflow: visible;
}

.insight-menu-icon {
  float: right;
  cursor: pointer;
  transition: transform 0.1s ease-in;
}

.dropdown-target_open > .insight-menu-icon {
  transform: rotate(180deg);
}

.insight-menu-icon > polygon,
.insight-menu .dropdown-popup-item-icon > svg > path,
.insight-menu .dropdown-popup-item-icon > svg > polygon,
.insight-menu .dropdown-popup-item-icon > svg > rect {
  fill: currentColor;
}

.dropdown-popup-item-icon,
.dropdown-popup-item-label {
  display: inline-block;
}

.dropdown-popup-item-icon {
  width: 15px;
  height: 15px;
  vertical-align: bottom;
}

.dropdown-popup-item {
  padding: 7px 8px;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  background: none;
  color: #58656E;
}

.dropdown-popup-item .dropdown-popup-item-icon {
  padding: 0 !important;
  margin: 5px !important;
}

.dropdown-popup.dropdown-popup_open {
  padding: 0;
}

.insight-ta {
  font: inherit;
  padding: 4px 8px;
  margin: 10px 0px;
  display: block;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent;
  color: #58656E;
  background: white;
  resize: none;
  letter-spacing: inherit;
  outline: none;
}

.insight-hitarea {
  display: inline-block;
  padding: 10px 0;
  margin: -10px 0;
  cursor: pointer;
}

.insight-btn {
  font: inherit;
  border: none;
  padding: 5px 10px 6px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 5px 0 0;
  box-shadow: none;
  text-shadow: none;
  position: relative;
}

.insight-hitarea:hover > .insight-btn,
.insight-btn:hover {
  top: -1px;
}

.insight-hitarea:active > .insight-btn,
.insight-btn:active {
  top: 1px;
}

.insight-btn_primary {
  background-color: #3FC8F4;
  color: white;
}

.insight-btn_secondary {
  background-color: transparent;
  color: #58656E;
}

.insight-btn_inverse_primary {
  background-color: white;
  color: #58656E;
}

.insight-btn_inverse_secondary {
  background-color: transparent;
  color: white;
}

.insight-footer,
.insight-ts,
.insight-comment-ts,
.insight-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.insight-footer {
  font-size: 12px;
  letter-spacing: 0.3px;
  padding: 8px 22px 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.insight-footer-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.insight-footer-btn_right {
  margin-inline-start: auto;
}

.insight-footer-btn-icon {
  position: relative;
  margin-inline-end: 5px;
}

.insight-footer-btn-icon > path {
  stroke: currentColor;
  fill: transparent;
  stroke-width: 7px;
}

.insight-like-btn {
  height: 20px;
}

.insight-like-btn:hover .insight-footer-btn-icon > path,
.insight-footer-btn-icon_active > path {
  fill: currentColor;
}

.insight-like-btn:hover .insight-footer-btn-icon_active > path {
  fill: transparent;
}

/* High Contrast mode Windows  */
/* Main color black with white accent  */
@media screen and (-ms-high-contrast: white-on-black) {
  .insight-footer-btn-icon > path {
    stroke: white;
  }
  .insight-footer-btn-icon_active > path {
    fill: white;
  }
}
/* Main color white with black accent  */
@media screen and (-ms-high-contrast: black-on-white) {
  .insight-footer-btn-icon > path {
    stroke: black;
  }
}
.insight-counter {
  display: inline-block;
  vertical-align: bottom;
  overflow-y: hidden;
}

.insight-counter-inner_anim {
  transition: transform 0.2s ease-out;
}

.insight-counter-inner_down {
  transform: translateY(-18px);
}

.insight-counter-inner:hover {
  text-decoration: underline;
}

.insight-expand-content-btn {
  background: none;
  color: white;
}

.insight-comments {
  background: white;
  color: #58656E;
  padding: 1px 0;
  overflow: hidden;
}

.insight-comments-inner {
  transition: transform 0.2s ease-out, opacity 0.07s ease-in;
}

.insight-comments-inner {
  transform: translateY(0);
  opacity: 1;
}

.insight-comment-outer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.insight-comment {
  background: #F4F7F8;
  padding: 7px 11px 7px 72px;
  min-height: 70px;
}

.insight-comment-header {
  position: relative;
}

.insight-comment-author {
  font-weight: bold;
}

.insight-comment-ts {
  color: #98A5AE;
}

.insight-comment .insight-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 15px;
  margin: 0 0 0 -47px;
}

.insight-comment-title,
.insight-comment > p {
  margin: 0.5em 0;
}

.insight-likes {
  background: #F4F7F8;
  color: #58656E;
  padding: 1px 0;
  overflow: hidden;
  max-height: 500px;
  overflow-y: auto;
}

.insight-likes-inner {
  transition: transform 0.2s ease-out, opacity 0.07s ease-in;
}

.insight-likes-inner {
  transform: translateY(0);
  opacity: 1;
}

.insight-like {
  background: #F4F7F8;
  padding: 2px 11px 2px 54px;
  min-height: 45px;
  border: 1px solid white;
}

.insight-like .insight-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 15px;
  margin: 0 0 0 -47px;
}

.insight-like-title,
.insight-like > p {
  margin: 0.5em 0;
  line-height: 40px;
}

.insight-newcomment .insight-ta {
  border: 1px solid #D5D5D5;
  height: 40px;
  padding: 6px 8px;
  margin: 0;
}

.insight-newcomment {
  background: #F4F7F8;
  padding: 20px;
  border-top: none;
}

.insight-newcomment .insight-ta + .insight-hitarea {
  margin-top: 1px;
}

.insight-newcomment .insight-ta:focus {
  border: 1px solid #000;
}

.insight-comment .insight-menu {
  right: 0;
  top: 0;
  position: absolute;
}

.insight.insight_inactive > .insight-header,
.insight.insight_inactive > .insight-body,
.insight.insight_inactive .insight-header_source,
.insight.insight_inactive .insight-source {
  color: #C2CCD3;
  background-color: #F9F9F9;
}

.insight.insight_inactive .insight-avatar {
  opacity: 0.25;
}

.insight.insight_inactive a {
  color: inherit;
  text-decoration: underline;
}

.insight_inactive .insight-menu {
  color: #58656E;
}

.insight.insight_inactive .insight-ta {
  border: 1px solid #D2DCE3;
}

.insight.insight_inactive .insight-comments {
  color: #C2CCD3;
}

.insight.insight_inactive .insight-comment,
.insight.insight_inactive .insight-newcomment {
  background: #F9F9F9;
}

.insight.insight_inactive .insight-ts,
.insight.insight_inactive .insight-comment-ts {
  color: inherit;
}

.insight-comment_inactive,
.insight-comment_inactive .insight-comment-ts {
  color: #C2CCD3;
}

.insight-comment_inactive .insight-avatar {
  opacity: 0.25;
}

.insight-comment_deleted > p,
.insight-comment_hidden > p {
  font-style: italic;
}

.insight-warning_suspended {
  background-color: #58656E;
}

.insight.insight_suspended > .insight-body {
  border-color: #58656E;
}

.insight-warning_reported,
.insight-warning_moderated {
  background-color: #8E383E;
}

.insight-warning_flagged,
.insight-warning_altered {
  background-color: white;
  border: 1px solid #8E383E;
  color: #8E383E;
}

.insight.insight_reported > .insight-body,
.insight.insight_moderated > .insight-body,
.insight.insight_flagged > .insight-body,
.insight.insight_altered > .insight-body {
  border-color: #8E383E;
}

.insight-warning_approved {
  background-color: #388E3E;
}

.insight.insight_approved > .insight-body {
  border-color: #388E3E;
}

.insight-comment-outer > .insight-warning {
  margin: 0 0 -1px 0;
}

.insight-comment_reported,
.insight-comment_moderated,
.insight-comment_flagged,
.insight-comment_altered {
  border: 1px solid #8E383E;
}

.insight-comment_approved {
  border: 1px solid #388E3E;
}

/* Tippy overrides */
.tippy-box[data-theme~=material] {
  font-weight: normal !important;
}

/* Reset overrides */
svg {
  display: inline-block;
  vertical-align: baseline;
}

/* stylelint-disable selector-class-pattern, selector-id-pattern */
[data-component=insights] {
  margin: 0 5em;
  color: #333;
  top: 155px;
  position: relative;
}
[data-component=insights] .insights-grid-view-label,
[data-component=insights] .insights-grid-view-icon_empty > * {
  stroke: #333;
  color: #333;
}
@media screen and (max-width: 600px) {
  [data-component=insights] {
    margin: 0 1em;
  }
  [data-component=insights] .insights-grid-view-label {
    top: calc(50% - 10px);
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  [data-component=insights] .insights-grid-view_empty {
    min-width: 0;
  }
  [data-component=insights] .insights-grid-view-icon_empty {
    width: 280px;
    height: 174px;
    left: calc(50% - 140px);
    top: calc(50% - 87px);
  }
}

/* stylelint-enable selector-class-pattern, selector-id-pattern */

.insights-moderation,
.insights-moderation-tabbar,
.insights-moderation-tab,
.insights-moderation-page,
.insights-moderation-row,
.insights-moderation-row-column,
.insights-moderation-user {
  box-sizing: border-box;
}

.insights-moderation-tabbar {
  border-collapse: collapse;
  padding: 13px 26px 13px 26px;
}

.insights-moderation-tab {
  display: table-cell;
  color: #58656e;
  border: 1px solid #58656e;
  cursor: pointer;
  padding: 3px 25px;
}

.insights-moderation-tab:hover,
.insights-moderation-tab_active {
  background-color: #58656e;
  color: white;
}

.insights-moderation-tab_active {
  cursor: default;
}

.insights-moderation-tab {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.insights-moderation-page {
  color: #58656e;
}

.insights-moderation-page_insights {
  padding: 0 13px;
}

.insights-moderation-empty {
  font-size: 20px;
  padding: 52px 26px;
}

.insights-moderation-row {
  margin: 0;
}

.insights-moderation-row-column {
  padding: 13px 26px 39px 26px;
  display: inline-block;
  vertical-align: top;
}

.insights-moderation-row-column_insight {
  width: calc(100% - 300px);
  min-width: 350px;
  max-width: 500px;
}

.insights-moderation-row-column_controls {
  width: 300px;
}

.insights-moderation-action {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}

.insights-moderation-action-icon {
  margin: 3px 5px -3px 0px;
}

.insights-moderation-action-icon > path {
  fill: currentColor;
}

.insights-moderation-action_moderate {
  border-color: #8e383e;
  color: #8e383e;
}

.insights-moderation-action_moderate.insights-moderation-action_active {
  background-color: #8e383e;
}

.insights-moderation-action_approve {
  border-color: #388e3e;
  color: #388e3e;
}

.insights-moderation-action_approve.insights-moderation-action_active {
  background-color: #388e3e;
}

.insights-moderation-action_active {
  color: white;
  cursor: default;
}

.insights-moderation-action_active:hover,
.insights-moderation-action_active:active {
  top: 0;
}

.insights-moderation-section-header {
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}

.insights-moderation-complaint_resolved {
  color: #929ca3;
}

.insights-moderation a,
.insights-moderation-link {
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #c2ccd3;
}

.insights-moderation a:hover,
.insights-moderation-link:hover {
  border-color: currentColor;
}

.insights-moderation-user {
  margin: 39px 26px 26px;
  position: relative;
}

.insights-moderation-user .insight-avatar {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 30px;
  margin: 0 26px 0 0;
  float: left;
}

.insights-moderation-user-details {
  font-size: 18px;
  margin: 0 0 13px 0;
}

.insights-moderation-user-status {
  display: inline-block;
  margin-right: 1em;
}

.insights-moderation-user-status_blocked {
  color: #8e383e;
}

.insights-moderation-user-status_unblocked {
  color: #388e3e;
}

.insights-moderation-action_block {
  color: currentColor;
  border-color: currentColor;
}

.insights-moderation-user-status-icon {
  margin: 2px 2px -2px -2px;
}

.insights-moderation-user-status-icon > path {
  fill: currentColor;
}

.insights-grid-view,
.insights-grid-view-label,
.insights-grid-view-loading {
  box-sizing: border-box;
}

.insights-grid-view {
  padding: 13px 0;
  position: relative;
  text-align: center;
}

.insights-grid-view_empty {
  height: calc(100% - 40px);
  min-width: 410px;
  min-height: 270px;
}

.insights-grid-view-label {
  position: absolute;
  top: calc(50% - 10px);
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.insights-grid-view-icon_empty {
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 185px);
}

.insights-grid-view-icon_empty > * {
  stroke: #F2F1EE;
  fill: transparent;
  stroke-width: 2px;
}

.insights-grid-view .insight {
  margin: 13px;
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
}

.insights-grid-view-loading_error,
.insights-grid-view-loading_visible {
  opacity: 1;
}

.insights-grid-view-loading_error {
  color: #c33;
}

.insights-grid-view-loading-dots {
  display: inline-block;
  margin: 0 0 0 0;
  width: 25px;
  height: 7px;
  background-image: url(data:image/gif;base64,R0lGODlhMgAOAPABAJeXlwAAACH5BAkKAAEAIf8LTkVUU0NBUEUyLjADAQAAACH/C0ltYWdlTWFnaWNrDWdhbW1hPTAuNDU0NTUALAAAAAAyAA4AAAIxjI+py+0Po5y02guB3rifzXkdqEkkYJLImYJtaLCRnKmfXbszPvIO3dPlYKKi8RgoAAAh+QQJCgABACH/C0ltYWdlTWFnaWNrDWdhbW1hPTAuNDU0NTUALAAAAAAyAA4AAAIwjI+py+0P4wO0ynurxdxp2oXLB4jmQUpptBrt9KnxGbzefNqN3vEjbvIphLSi0VQAACH5BAkKAAEAIf8LSW1hZ2VNYWdpY2sNZ2FtbWE9MC40NTQ1NQAsAAAAADIADgAAAjGMj6nL7Q+jnLTaC4HeuJ/NeR2oSSRgksiZgm1osJGcqZ9duzM+8g7d0+VgoqLxGCgAACH5BAkKAAEAIf8LSW1hZ2VNYWdpY2sNZ2FtbWE9MC40NTQ1NQAsAAAAADIADgAAAjCMj6nL7Q+jnLTaiyHYPPvAdV+4SSRgksiZhq1osJGsqQf94A6ufwpv8zF6wqLRUgAAIfkECQoAAQAh/wtJbWFnZU1hZ2ljaw1nYW1tYT0wLjQ1NDU1ACwAAAAAMgAOAAACMoyPqcvtD6OcBthL87tYe8VZ33iEAFmFkrmqpQuxkZxy6AYH9L3sO5/w5YCIH/GIjBQAACH5BAkKAAEAIf8LSW1hZ2VNYWdpY2sNZ2FtbWE9MC40NTQ1NQAsAAAAADIADgAAAjCMj6nL7Q+jnLTaiyHYPPvAdV+4SSRgksiZhq1osJGsqQf94A6ufwpv8zF6wqLRUgAAIfkECQoAAQAh/wtJbWFnZU1hZ2ljaw1nYW1tYT0wLjQ1NDU1ACwAAAAAMgAOAAACMIyPqcvtD6OctNqL8wO8a915R8hJJGCSyJmGrWiwkQzRge3gja0zffVTBD/EonFSAAAh+QQJCgABACH/C0ltYWdlTWFnaWNrDWdhbW1hPTAuNDU0NTUALAAAAAAyAA4AAAIxjI+py+0Po5xUgYurbjjvj3QXSAYiEIrSuaoHG8GQbLqzDdKOvvGMXwFacKWi8fgpAAAh+QQJCgABACH/C0ltYWdlTWFnaWNrDWdhbW1hPTAuNDU0NTUALAAAAAAyAA4AAAIwjI+py+0Po5y02ovzA7xr3XlHyEkkYJLImYataLCRDNGB7eCNrTN99VMEP8SicVIAACH5BAkKAAEAIf8LSW1hZ2VNYWdpY2sNZ2FtbWE9MC40NTQ1NQAsAAAAADIADgAAAjKMj6nL7Q+jnLTai7Pe3IAPSmAYjR9iAqK5jihbwlD6urE9ywF9kzm+0zl4P1/niMwUAAAh+QQJCgABACH/C0ltYWdlTWFnaWNrDWdhbW1hPTAuNDU0NTUALAAAAAAyAA4AAAIyjI+py+0Po5y02ouz3tyAD0pgGI0fYgKiuY4oW8JQ+rqxPcsBfZM5vtM5eD9f54jMFAAAOw==);
  background-size: 100%;
}

.insights-grid-view-load-btn {
  background-color: transparent;
  border: 1px solid #336699;
  margin: 1em 0 1em 0;
}

:root {
  --black-bar-height: 28px;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
[data-component=user-menu] {
  height: 28px;
  z-index: 10001;
}
[data-component=user-menu] #black-bar {
  color: #eee;
  font-size: 10px;
  font-weight: bold;
  font-family: BeVietnamPro, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #292f36;
  height: 28px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 3.692em;
  box-sizing: border-box;
  z-index: 40;
  overflow: visible;
}
[data-component=user-menu] #black-bar.development {
  background-color: #183f54;
}
[data-component=user-menu] #black-bar.impersonated {
  background-color: #752222;
}
[data-component=user-menu] #black-bar.impersonated .popup-menu {
  background-color: #752222;
}
[data-component=user-menu] #black-bar.impersonated .popup-menu .nav-item:focus {
  background-color: #892828;
}
[data-component=user-menu] #user-menu {
  margin: 0 auto;
  width: 100%;
}
[data-component=user-menu] .main-menu {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  z-index: 10000;
  white-space: nowrap;
}
[data-component=user-menu] .main-menu.with-breadcrumb {
  width: 50%;
  display: inline-block;
}
[data-component=user-menu] .main-menu .user-menu-item {
  padding: 0 0.3em;
  list-style-type: none;
  display: inline-block;
  position: relative;
  line-height: 28px;
}
[data-component=user-menu] .main-menu .user-menu-item.cancel .nav-item {
  color: #ffcdcd;
}
[data-component=user-menu] .main-menu .user-menu-item.back-to-suite {
  flex-grow: 1;
  z-index: 111;
}
[data-component=user-menu] .popup-menu {
  position: absolute;
  display: none;
  min-width: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  max-height: 50vh;
  z-index: 10000;
  background: #292f36;
  border-radius: 0 0 3px 3px;
}
[data-component=user-menu] .popup-menu .user-menu-item {
  display: block;
  white-space: nowrap;
  padding: 0;
}
[data-component=user-menu] .popup-menu .user-menu-item:last-of-type {
  border-radius: 0 0 3px 3px;
}
[data-component=user-menu] .popup-menu .user-menu-item.selected .nav-item {
  color: white;
}
[data-component=user-menu] .popup-menu .popup-menu-item {
  width: 100%;
  display: inline-block;
  padding: 5px 1em;
}
[data-component=user-menu] .popup-menu .popup-menu-item:focus {
  background-color: #6b7b8d;
  outline: 0;
}
[data-component=user-menu] .user-menu-item.top:hover .popup-menu {
  display: block;
}
[data-component=user-menu] .expanded + .popup-menu {
  display: block;
}
[data-component=user-menu] .nav-item {
  color: #eee;
  font-size: 10px;
  font-weight: bold;
  font-family: BeVietnamPro, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0 3px;
  margin: 0 2px;
  background-color: transparent;
  border: 0;
}
[data-component=user-menu] .nav-item .fa {
  padding: 0 3px 0 4px;
  font-size: 13px;
}
[data-component=user-menu] .nav-item .fa.fa-arrow-left {
  font-size: 10px;
  padding-right: 0.5em;
}
[data-component=user-menu] .nav-item .arrow-down {
  color: #eee;
}
[data-component=user-menu] .nav-item.login-button {
  background: #2daae1;
  color: #fff;
  border-radius: 5px;
  padding: 6px 1em 5px;
}
[data-component=user-menu] .nav-item.development {
  background-color: white;
  padding: 3px;
  border-radius: 3px;
  color: #000;
}
[data-component=user-menu] .nav-item.has-link:visited {
  color: #eee;
}
[data-component=user-menu] .nav-item.has-link:hover {
  color: white;
}
[data-component=user-menu] .nav-item:focus {
  color: #fff;
}
[data-component=user-menu] .skip-link-menu-item {
  margin-top: 5px;
}
[data-component=user-menu] .skip-link {
  padding: 0 0.3em;
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
  font-family: inherit;
  border: 0;
  text-transform: uppercase;
  background: transparent;
}
[data-component=user-menu] .skip-link:visited {
  color: #fff;
}
[data-component=user-menu] .info.standard-template {
  color: #fff;
  background-color: #002ea3;
  padding: 3px;
  border-radius: 3px;
}
[data-component=user-menu] .info.custom-template {
  color: #ff543a;
  animation: blink 1s step-start infinite;
}
[data-component=user-menu] .user-name {
  white-space: nowrap;
}
[data-component=user-menu] .breadcrumb {
  width: 50%;
  display: inline-block;
}
[data-component=user-menu] #user-menu.small {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1000;
  transition-property: left;
  transition-duration: 0.25s;
}
[data-component=user-menu] #user-menu.small .main-menu {
  display: block;
  width: 85%;
  height: 100%;
  background-color: #051217;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-component=user-menu] #user-menu.small .main-menu .popup-menu {
  background-color: #051217;
  display: block;
  position: static;
}
[data-component=user-menu] #user-menu.small .main-menu .popup-menu .popup-menu-item {
  padding-left: 2em;
}
[data-component=user-menu] #user-menu.small .main-menu .user-menu-item {
  display: block;
  padding: 0;
}
[data-component=user-menu] #user-menu.small .main-menu .user-menu-item.top {
  border-bottom: 1px solid #353535;
}
[data-component=user-menu] #user-menu.small .main-menu .user-menu-item.back-to-suite {
  float: none;
}
[data-component=user-menu] #nav-toggle {
  position: absolute;
  top: 5px;
  left: 5px;
  transition-property: left;
  transition-duration: 0.25s;
  border: 1px solid #fff;
  background-color: #292f36;
  z-index: 99999;
  display: flex;
  padding: 0;
}
[data-component=user-menu] #nav-toggle:focus {
  outline: 1px solid #000;
}
[data-component=user-menu] .impersonated #nav-toggle {
  background-color: rgba(117, 34, 34, 0.5);
}
[data-component=user-menu] .hamburger {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
[data-component=user-menu] .open #user-menu.small {
  display: block;
  left: -100%;
}
[data-component=user-menu] .open #nav-toggle {
  position: absolute;
  top: 5px;
  left: 90%;
}
[data-component=user-menu] .open.transition #user-menu.small {
  left: 0;
}
[data-component=user-menu] .transition #user-menu.small {
  left: -100%;
  display: block;
}
[data-component=user-menu] .line {
  fill: none;
  stroke: #fff;
  stroke-width: 10;
  transition: stroke-dasharray 300ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
[data-component=user-menu] .line1 {
  stroke-dasharray: 60 207;
}
[data-component=user-menu] .line2 {
  stroke-dasharray: 60 60;
}
[data-component=user-menu] .line3 {
  stroke-dasharray: 60 207;
}
[data-component=user-menu] .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
[data-component=user-menu] .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
[data-component=user-menu] .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
[data-component=user-menu] .user-menu-button {
  cursor: pointer;
  height: 20px;
}
[data-component=user-menu] .support-icon {
  margin: 0 0 3px;
  display: inline;
  vertical-align: middle;
}
[data-component=user-menu] .language-indicator {
  display: inline-block;
  width: 1em;
}

[dir=rtl] [data-component=user-menu] #nav-toggle {
  right: 5px;
  left: auto;
  transition-property: right;
}
[dir=rtl] [data-component=user-menu] .open #user-menu.small {
  right: -100%;
  left: auto;
}
[dir=rtl] [data-component=user-menu] .open #nav-toggle {
  right: 90%;
  left: auto;
}
[dir=rtl] [data-component=user-menu] .open.transition #user-menu.small {
  right: 0;
  left: auto;
}
[dir=rtl] [data-component=user-menu] .transition #user-menu.small {
  right: -100%;
  left: auto;
}

#user-avatar-image,
#avatar-upload-status-message {
  text-align: center;
  margin: auto 0;
}
#user-avatar-image span,
#avatar-upload-status-message span {
  margin-top: 1rem;
}

#avatar-upload-status-message.success {
  color: green;
}
#avatar-upload-status-message.error {
  color: red;
}

.avatar-image-container {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#user-avatar-image {
  width: 96px;
  height: 96px;
  background-color: #eee;
  border-radius: 50%;
}

.uploading #user-avatar-image {
  filter: grayscale(1);
}

#avatar-uploader {
  position: relative;
}

#drag-hover-ui {
  opacity: 0;
  width: 96px;
  margin: 0 auto;
  height: 96px;
  cursor: pointer;
  position: absolute;
  right: calc(50% - 48px);
  top: 0;
  border-radius: 50%;
}

.hover-message {
  background-color: #fff;
}

.avatar-uploader-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.avatar-uploader-container .helptext {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: start;
}
.avatar-uploader-container .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: circle(48px at 48px center);
}
.avatar-uploader-container .progress-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  font-weight: bold;
}
.avatar-uploader-container .progress-percentage {
  background-color: rgba(255, 255, 255, 0.5);
  width: 4rem;
  text-align: center;
}
.avatar-uploader-container #avatar-upload-button {
  cursor: pointer;
  transition: all 0.3s ease;
}
.avatar-uploader-container .button-primary {
  background-color: #002ea3;
  color: #fff;
  padding: 0.25rem 1rem;
}
.avatar-uploader-container .button-primary:hover {
  background-color: #00247f;
  color: #fff;
}
.avatar-uploader-container .button-primary .font-bold {
  font-weight: bold;
}
.avatar-uploader-container .button-primary .rounded-md {
  border-radius: 0.375rem;
}
.avatar-uploader-container .button-primary .min-h-12 {
  min-height: 3rem;
}
.avatar-uploader-container .button-primary .text-lg {
  font-size: 1.125rem;
  line-height: 1.5;
}
.avatar-uploader-container .status {
  position: absolute;
  top: 10px;
  right: 10px;
}
.avatar-uploader-container .status-icon {
  display: none;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar-uploader-container .status-icon svg {
  padding: 7px;
}
.avatar-uploader-container .initials {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3em;
  color: #424342;
}

.upload-success .status-icon.success {
  display: block;
  background-color: green;
}

[data-component=wq] .avatar-image,
[data-component=avatar-upload-component] .avatar-image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
[data-component=wq] .status-icon svg,
[data-component=avatar-upload-component] .status-icon svg {
  display: block;
}
[data-component=wq] .progress,
[data-component=avatar-upload-component] .progress {
  display: none;
}
[data-component=wq] .uploading #user-avatar-image,
[data-component=avatar-upload-component] .uploading #user-avatar-image {
  filter: none;
}
[data-component=wq] .helptext,
[data-component=avatar-upload-component] .helptext {
  font-size: 1rem;
  line-height: 1.5;
}

[data-component=wq] .helptext {
  text-align: center;
}

.avatar {
  border-radius: 50%;
  max-width: 50px;
  max-height: 50px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar img {
  border-radius: 50%;
}

.no-avatar {
  background-color: #8ab4f7;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-width: 1px;
  border-color: grey;
  background-color: grey;
  color: #fff;
  border-radius: 2rem;
}

.badge.badge-primary {
  border: 1px solid var(--color-primary);
  color: #fff;
  background-color: var(--color-primary);
}

button,
[type=submit],
.button {
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
button:disabled,
[type=submit]:disabled,
.button:disabled {
  cursor: not-allowed;
}

.button {
  background-color: var(--color-default-bg);
  color: var(--color-default-bg-text);
}
.button:hover {
  background-color: var(--color-default-hover-bg);
  color: var(--color-default-hover-bg-text);
}

.button-primary {
  border-radius: 0.25rem;
  height: 3rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: var(--color-primary-bg);
  color: var(--color-primary-bg-text);
}
.button-primary:hover {
  background-color: var(--color-primary-hover-bg);
  color: var(--color-primary-hover-bg-text);
}
.button-primary:disabled {
  background-color: var(--color-primary-disabled-bg);
  color: var(--color-primary-disabled-bg-text);
}
@media (forced-colors: active) {
  .button-primary {
    border: 1px solid buttonborder;
  }
}

.button-warning {
  border-radius: 0.25rem;
  height: 3rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: var(--color-warning-bg);
  color: var(--color-warning-bg-text);
}
.button-warning:hover {
  background-color: var(--color-warning-hover-bg);
  color: var(--color-warning-hover-bg-text);
}
.button-warning:disabled {
  background-color: var(--color-warning-disabled-bg);
  color: var(--color-warning-disabled-bg-text);
}
@media (forced-colors: active) {
  .button-warning {
    border: 1px solid buttonborder;
  }
}

.button-error {
  border-radius: 0.25rem;
  height: 3rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: var(--color-error-bg);
  color: var(--color-error-bg-text);
}
.button-error:hover {
  background-color: var(--color-error-hover-bg);
  color: var(--color-error-hover-bg-text);
}
.button-error:disabled {
  background-color: var(--color-error-disabled-bg);
  color: var(--color-error-disabled-bg-text);
}
@media (forced-colors: active) {
  .button-error {
    border: 1px solid buttonborder;
  }
}

.button-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-default);
}
.button-group.center {
  justify-content: center;
}
.button-group .button {
  margin-left: 5px;
}

@keyframes checkmark {
  0% {
    background-position-y: 5px;
  }
  50% {
    background-position-y: -2px;
  }
  100% {
    background-position-y: 0;
  }
}
.checkbox {
  appearance: none;
  flex-shrink: 0;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--color-gray);
}
.checkbox:checked, .checkbox[checked=true] {
  animation: checkmark 0.2s ease-in-out;
  background: linear-gradient(-45deg, transparent 65%, var(--color-gray) 65.99%), linear-gradient(45deg, transparent 75%, var(--color-gray) 75.99%), linear-gradient(-45deg, var(--color-gray) 40%, transparent 40.99%), linear-gradient(45deg, var(--color-gray) 30%, #fff 30.99%, #fff 40%, transparent 40.99%), linear-gradient(-45deg, #fff 50%, var(--color-gray) 50.99%);
}
.checkbox:focus, .checkbox:focus-within {
  outline: 2px solid var(--color-gray);
}
@media (forced-colors: active) {
  .checkbox {
    appearance: auto;
  }
}

.checkbox.checkbox-primary {
  border: 1px solid var(--color-primary);
}
.checkbox.checkbox-primary:checked, .checkbox.checkbox-primary[checked=true] {
  animation: checkmark 0.2s ease-in-out;
  background: linear-gradient(-45deg, transparent 65%, var(--color-primary) 65.99%), linear-gradient(45deg, transparent 75%, var(--color-primary) 75.99%), linear-gradient(-45deg, var(--color-primary) 40%, transparent 40.99%), linear-gradient(45deg, var(--color-primary) 30%, #fff 30.99%, #fff 40%, transparent 40.99%), linear-gradient(-45deg, #fff 50%, var(--color-primary) 50.99%);
}
.checkbox.checkbox-primary:focus, .checkbox.checkbox-primary:focus-within {
  outline: 2px solid var(--color-primary);
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.overflow-y-auto {
  overflow-y: auto;
}
.menu {
  display: flex;
  flex-direction: column;
}
.menu :where(li) {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
}
.menu :where(li:not(.menu-title)) > :where(*:not(ul)) {
  display: flex;
}
.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)) {
  cursor: pointer;
  user-select: none;
  align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu > :where(li > *:not(ul):focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu > :where(li.disabled > *:not(ul):focus) {
  cursor: auto;
}
.menu > :where(li) :where(ul) {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.menu > :where(li) > :where(ul) {
  position: absolute;
  display: none;
  top: initial;
  left: 100%;
}
.menu > :where(li:hover) > :where(ul) {
  display: flex;
}
.menu > :where(li:focus) > :where(ul) {
  display: flex;
}
.menu[class*=" p-"] li > *, .menu[class^=p-] li > * {
  border-radius: 0.5rem;
}
.menu :where(li) > :where(*:not(ul)) {
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: currentcolor;
}
.menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):focus), .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):hover) {
  background-color: hsla(0deg, 0%, 0%, 0.1);
}
.menu :where(li:not(.menu-title):not(:empty)) > :where(:not(ul).active), .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):active) {
  background-color: hsl(var(--color-cgn-blue-hsl)/90%);
  color: #000;
}
.menu :where(li:empty) {
  margin: 0.5rem 1rem;
  height: 1px;
  background-color: hsla(0deg, 0%, 0%, 0.2);
  flex-shrink: 0;
}
.menu li.disabled > * {
  user-select: none;
  color: hsla(0deg, 0%, 0%, 0.2);
}
.menu li.disabled > *:hover {
  background-color: transparent;
}
.menu.compact li > a, .menu.compact li > span {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.menu :where(li:not(.disabled)) > :where(*:not(ul)) {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu > :where(li) > :where(ul) :where(li) {
  width: 100%;
  white-space: nowrap;
}
.menu > :where(li) > :where(ul) :where(li) :where(ul) {
  padding-left: 1rem;
}
.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)) {
  width: 100%;
  white-space: nowrap;
}

.input {
  padding: 0 1rem 0 1rem;
  box-sizing: border-box;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
}
.input::placeholder {
  color: var(--color-input-placeholder);
}
.input:focus {
  outline: 2px solid var(--color-input-placeholder);
  outline-offset: 2px;
}
.input:disabled {
  cursor: not-allowed;
}
.input.has-icon {
  padding: 0 2rem 0 1rem;
}
@media (forced-colors: active) {
  .input {
    border: 1px solid buttonborder;
  }
}

.input-cgn-default {
  background-color: var(--color-input-bg);
}
.input-cgn-default:focus {
  outline: 2px solid var(--color-primary);
}
.input-cgn-default.error:focus {
  outline: 2px solid var(--color-error);
}

.input-cgn-default-2 {
  background-color: var(--color-bg-3);
}
.input-cgn-default-2:focus {
  outline: 2px solid var(--color-primary);
}

/* stylelint-disable property-no-vendor-prefix */
.label {
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
  gap: 0.5em;
}

/* stylelint-enable property-no-vendor-prefix */
.form-control {
  display: flex;
  flex-direction: column;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.link-error {
  color: var(--color-error-text);
  text-decoration: underline;
}
.link-error:hover {
  text-decoration: none;
}
.link-error .icon {
  fill: var(--color-error-text);
}

.layout-centered {
  display: grid;
  gap: 2rem 1rem;
  grid-template: "space-l main space-r" auto "footer footer footer" 40px/1fr 22fr 1fr;
  min-height: 100vh;
  min-height: var(--vh, 100vh);
}
.layout-centered.with-logo {
  grid-template: "header header header" 100px "space-l main space-r" auto "footer footer footer" 40px/1fr 22fr 1fr;
}
.layout-centered.with-user-menu {
  grid-template: "nav nav nav" 28px "space-l main space-r" auto "footer footer footer" 40px/1fr 22fr 1fr;
}

@media (max-width: 640px) {
  .layout-centered.with-logo, .layout-centered.with-user-menu {
    grid-template-columns: 0 1fr 0;
  }
}
.layout-nav {
  grid-area: nav;
}

header {
  grid-area: header;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
}

.radio.radio-primary {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--color-primary);
  transition: all 0.2s ease-in-out;
  transition-property: background-color, box-shadow;
}
.radio.radio-primary:focus, .radio.radio-primary:focus-within {
  outline: var(--color-primary) 2px solid;
}
.radio.radio-primary:checked {
  background-color: var(--color-primary);
  box-shadow: 0 0 0 4px #fff inset, 0 0 0 4px var(--color-primary) inset;
}

.table {
  display: table;
  position: relative;
  text-align: left;
}
.table th:first-child {
  position: sticky;
  left: 0;
  z-index: 11;
}
.table :where(th, td) {
  white-space: nowrap;
  padding: 1rem;
  vertical-align: middle;
}
.table :where(tbody th, tbody td) {
  background-color: var(--color-bg-1);
}
.table tr.active th,
.table tr.active td, .table tr.active:nth-child(even) th,
.table tr.active:nth-child(even) td {
  background-color: var(--color-bg-3);
}
.table tr.hover:hover th,
.table tr.hover:hover td, .table tr.hover:nth-child(even):hover th,
.table tr.hover:nth-child(even):hover td {
  background-color: var(--color-bg-3);
}
.table:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
  border-bottom-width: 1px;
  border-color: var(--color-bg-2);
}
.table :where(thead, tfoot) :where(th, td) {
  background-color: var(--color-bg-2);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.table-zebra tbody tr:nth-child(even) th,
.table-zebra tbody tr:nth-child(even) td {
  background-color: var(--color-bg-2);
}

.table-normal :where(th, td) {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.table-compact :where(th, td) {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.tab-content.hidden {
  display: none;
}

.example {
  border: 1px solid hsla(var(--color-gray-hsl)/20%);
}

.tab-item.hiccup.active {
  color: #fff;
}

.tab-item.hiccup.active,
.tab-content.hiccup.active {
  background-color: #1e1e1e;
}

.tab-content.hiccup {
  padding: 1rem 2rem 1rem 1rem;
}

.tab-item {
  padding: 0.25rem 1rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tab-item.preview.active {
  background-color: rgb(242, 242, 242);
}

.hiccup .monaco-editor {
  width: 100%;
}
.hiccup .monaco-editor section {
  height: max-content;
  max-height: 180px;
}

.tab-content {
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 1rem;
}

.tab-content.preview {
  background-image: radial-gradient(rgba(31, 41, 55, 0.2) 0.5px, rgb(242, 242, 242) 0.5px);
  background-size: 5px 5px;
  padding: 2rem;
}

.to-transparent {
  --atomic-gradient-to: transparent;
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.can-be-pulled-in {
  position: relative;
  max-height: 0;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: opacity, max-height;
  transition-delay: 0;
  opacity: 0;
  margin-top: -1rem;
  visibility: hidden;
}

.pulled-in {
  max-height: 100px;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

@keyframes translate-from-bottom {
  0% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0);
  }
}
.messages.text-error {
  animation: translate-from-bottom 0.2s ease-in-out;
}

:root {
  --color-white: #fff;
  --color-white-hsl: 0deg 0% 100%;
  --color-black: #000;
  --color-black-hsl: 0deg 0% 0%;
  --color-blue: #002ea3;
  --color-blue-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-gray: #424342;
  --color-gray-hsl: 120deg 0.7518796992% 26.0784313725%;
  --color-red: #ef4444;
  --color-red-hsl: 0deg 84.236453202% 60.1960784314%;
  --color-yellow: #eab308;
  --color-yellow-hsl: 45.3982300885deg 93.3884297521% 47.4509803922%;
  --color-green: #10b981;
  --color-green-hsl: 160.1183431953deg 84.07960199% 39.4117647059%;
  --color-cgn-blue: #002ea3;
  --color-cgn-blue-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-cgn-lime: #bed41a;
  --color-cgn-lime-hsl: 67.0967741935deg 78.1512605042% 46.6666666667%;
  --color-cgn-avo: #5FF0B4;
  --color-cgn-avo-hsl: 155.1724137931deg 82.8571428571% 65.6862745098%;
  --color-cgn-gray: #424342;
  --color-cgn-gray-hsl: 120deg 0.7518796992% 26.0784313725%;
  --color-cgn-red: #ef4444;
  --color-cgn-red-hsl: 0deg 84.236453202% 60.1960784314%;
  --color-cgn-yellow: #eab308;
  --color-cgn-yellow-hsl: 45.3982300885deg 93.3884297521% 47.4509803922%;
  --color-cgn-green: #10b981;
  --color-cgn-green-hsl: 160.1183431953deg 84.07960199% 39.4117647059%;
  --color-primary: #002ea3;
  --color-primary-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-primary-bg: #002ea3;
  --color-primary-bg-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-primary-bg-text: #fff;
  --color-primary-bg-text-hsl: 0deg 0% 100%;
  --color-primary-hover-bg: #00247f;
  --color-primary-hover-bg-hsl: 223.0674846626deg 100% 24.9607843137%;
  --color-primary-hover-bg-text: #fff;
  --color-primary-hover-bg-text-hsl: 0deg 0% 100%;
  --color-primary-disabled-bg: #184ed8;
  --color-primary-disabled-bg-hsl: 223.0674846626deg 80% 46.9607843137%;
  --color-primary-disabled-bg-text: #fff;
  --color-primary-disabled-bg-text-hsl: 0deg 0% 100%;
  --color-secondary: #bed41a;
  --color-secondary-hsl: 67.0967741935deg 78.1512605042% 46.6666666667%;
  --color-secondary-bg: #707d0f;
  --color-secondary-bg-hsl: 67.0967741935deg 78.1512605042% 27.6190412227%;
  --color-secondary-bg-text: #fff;
  --color-secondary-bg-text-hsl: 0deg 0% 100%;
  --color-secondary-hover-bg: #a9be0c;
  --color-secondary-hover-bg-hsl: 67.0967741935deg 88.1512605042% 39.6666666667%;
  --color-secondary-hover-bg-text: #fff;
  --color-secondary-hover-bg-text-hsl: 0deg 0% 100%;
  --color-secondary-disabled-bg: #c9d664;
  --color-secondary-disabled-bg-hsl: 67.0967741935deg 58.1512605042% 61.6666666667%;
  --color-secondary-disabled-bg-text: #545c18;
  --color-secondary-disabled-bg-text-hsl: 67.0967741935deg 58.1512605042% 22.8911921528%;
  --color-success: #5FF0B4;
  --color-success-hsl: 155.1724137931deg 82.8571428571% 65.6862745098%;
  --color-success-bg: #0d8755;
  --color-success-bg-hsl: 155.1724137931deg 82.8571428571% 29.0225438597%;
  --color-success-bg-text: #fff;
  --color-success-bg-text-hsl: 0deg 0% 100%;
  --color-success-hover-bg: #65f9bc;
  --color-success-hover-bg-hsl: 155.1724137931deg 92.8571428571% 68.6862745098%;
  --color-success-hover-bg-text: #fff;
  --color-success-hover-bg-text-hsl: 0deg 0% 100%;
  --color-success-disabled-bg: #afedd3;
  --color-success-disabled-bg-hsl: 155.1724137931deg 62.8571428571% 80.6862745098%;
  --color-success-disabled-bg-text: #1a714d;
  --color-success-disabled-bg-text-hsl: 155.1724137931deg 62.8571428571% 27.3163393885%;
  --color-warning: #eab308;
  --color-warning-hsl: 45.3982300885deg 93.3884297521% 47.4509803922%;
  --color-warning-bg: #eab308;
  --color-warning-bg-hsl: 45.3982300885deg 93.3884297521% 47.4509803922%;
  --color-warning-bg-text: #000;
  --color-warning-bg-text-hsl: 0deg 0% 0%;
  --color-warning-hover-bg: #ffc307;
  --color-warning-hover-bg-hsl: 45.3982300885deg 100% 51.4509803922%;
  --color-warning-hover-bg-text: #000;
  --color-warning-hover-bg-text-hsl: 0deg 0% 0%;
  --color-warning-disabled-bg: #e6c359;
  --color-warning-disabled-bg-hsl: 45.3982300885deg 73.3884297521% 62.4509803922%;
  --color-warning-disabled-bg-text: #655010;
  --color-warning-disabled-bg-text-hsl: 45.3982300885deg 73.3884297521% 22.9055352946%;
  --color-error: #ef4444;
  --color-error-hsl: 0deg 84.236453202% 60.1960784314%;
  --color-error-bg: #eb1616;
  --color-error-bg-hsl: 0deg 84.236453202% 50.4726180722%;
  --color-error-bg-text: #fff;
  --color-error-bg-text-hsl: 0deg 0% 100%;
  --color-error-hover-bg: #fa5353;
  --color-error-hover-bg-hsl: 0deg 94.236453202% 65.1960784314%;
  --color-error-hover-bg-text: #fff;
  --color-error-hover-bg-text-hsl: 0deg 0% 100%;
  --color-error-disabled-bg: #e89797;
  --color-error-disabled-bg-hsl: 0deg 64.236453202% 75.1960784314%;
  --color-error-disabled-bg-text: #7e1b1b;
  --color-error-disabled-bg-text-hsl: 0deg 64.236453202% 30.1198330648%;
  --color-default: #f1f1f1;
  --color-default-hsl: 0deg 0% 94.5098039216%;
  --color-default-bg: #f1f1f1;
  --color-default-bg-hsl: 0deg 0% 94.5098039216%;
  --color-default-bg-text: #000;
  --color-default-bg-text-hsl: 0deg 0% 0%;
  --color-default-hover-bg: #e7e2e2;
  --color-default-hover-bg-hsl: 0deg 10% 89.5098039216%;
  --color-default-hover-bg-text: #000;
  --color-default-hover-bg-text-hsl: 0deg 0% 0%;
  --color-default-disabled-bg: white;
  --color-default-disabled-bg-hsl: 0deg 0% 100%;
  --color-default-disabled-bg-text: #767676;
  --color-default-disabled-bg-text-hsl: 0deg 0% 46.4512401322%;
  --color-bg-1: hsl(210deg, 12.5%, 100%);
  --color-bg-1-hsl: 210deg 12.5% 100%;
  --color-bg-2: hsl(210deg, 12.5%, 97%);
  --color-bg-2-hsl: 210deg 12.5% 97%;
  --color-bg-3: hsl(210deg, 12.5%, 94%);
  --color-bg-3-hsl: 210deg 12.5% 94%;
  --color-bg-4: hsl(210deg, 12.5%, 91%);
  --color-bg-4-hsl: 210deg 12.5% 91%;
  --color-body-text: #000;
  --color-body-text-hsl: 0deg 0% 0%;
  --color-heading-text: #002ea3;
  --color-heading-text-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-primary-text: #002ea3;
  --color-primary-text-hsl: 223.0674846626deg 100% 31.9607843137%;
  --color-secondary-text: #67730e;
  --color-secondary-text-hsl: 67.0967741935deg 78.1512605042% 25.3916739249%;
  --color-success-text: #0c7d4e;
  --color-success-text-hsl: 155.1724137931deg 82.8571428571% 26.896517062%;
  --color-success-text-link: #057d4b;
  --color-success-text-link-hsl: 155.1724137931deg 92.8571428571% 25.5097782341%;
  --color-warning-text: #896805;
  --color-warning-text-hsl: 45.3982300885deg 93.3884297521% 27.6924127579%;
  --color-warning-text-link: #8a6800;
  --color-warning-text-link-hsl: 45.3982300885deg 100% 27.0660440566%;
  --color-error-text: #da1313;
  --color-error-text-hsl: 0deg 84.236453202% 46.4951898585%;
  --color-error-text-link: #db0606;
  --color-error-text-link-hsl: 0deg 94.236453202% 44.1960784314%;
  --color-input-bg: hsl(210deg, 12.5%, 97%);
  --color-input-bg-hsl: 210deg 12.5% 97%;
  --color-input-placeholder: #717171;
  --color-input-placeholder-hsl: 0deg 0% 44.4506365985%;
  --color-cgn-logo-text: #424342;
  --color-cgn-logo-text-hsl: 120deg 0.7518796992% 26.0784313725%;
}
.items-start {
  align-items: flex-start;
}

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

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

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

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

.self-end {
  align-self: flex-end;
}
.appearance-none {
  appearance: none;
}
.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-black\/50 {
  background-color: hsl(var(--color-black-hsl)/50%);
}

.bg-black\/70 {
  background-color: hsl(var(--color-black-hsl)/70%);
}

.bg-black\/80 {
  background-color: hsl(var(--color-black-hsl)/80%);
}

.bg-black\/90 {
  background-color: hsl(var(--color-black-hsl)/90%);
}

.bg-gray {
  background-color: var(--color-gray);
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-primary\/10 {
  background-color: hsl(var(--color-primary-hsl)/10%);
}

.bg-primary\/20 {
  background-color: hsl(var(--color-primary-hsl)/20%);
}

.bg-primary\/30 {
  background-color: hsl(var(--color-primary-hsl)/30%);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-success {
  background-color: var(--color-success);
}

.bg-warning {
  background-color: var(--color-warning);
}

.bg-warning\/10 {
  background-color: hsl(var(--color-warning-hsl)/10%);
}

.bg-warning-bg {
  background-color: var(--color-warning-bg);
}

.bg-bg-1 {
  background-color: var(--color-bg-1);
}

.bg-bg-2 {
  background-color: var(--color-bg-2);
}

.bg-bg-3 {
  background-color: var(--color-bg-3);
}

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

.hover\:bg-primary:hover {
  background-color: var(--color-primary);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--color-primary-hsl)/90%);
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--color-secondary-hsl)/80%);
}

.hover\:bg-success\/90:hover {
  background-color: hsl(var(--color-success-hsl)/90%);
}

.hover\:bg-warning\/90:hover {
  background-color: hsl(var(--color-warning-hsl)/90%);
}

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

.focus\:bg-primary:focus {
  background-color: var(--color-primary);
}

@media all and (min-width: 640px) {
  .sm\:bg-bg-2 {
    background-color: var(--color-bg-2);
  }
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--atomic-gradient-stops));
}

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

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

.border-black {
  border-color: var(--color-black);
}

.border-gray {
  border-color: var(--color-gray);
}

.border-primary {
  border-color: var(--color-primary);
}

.border-primary\/10 {
  border-color: hsl(var(--color-primary-hsl)/10%);
}

.border-secondary {
  border-color: var(--color-secondary);
}

.border-success {
  border-color: var(--color-success);
}

.border-warning {
  border-color: var(--color-warning);
}

.border-warning\/10 {
  border-color: hsl(var(--color-warning-hsl)/10%);
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}
.rounded-none {
  border-radius: 0;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

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

@media all and (min-width: 640px) {
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
}
.bottom-0 {
  bottom: 0;
}

.bottom-2 {
  bottom: 0.5rem;
}

.-bottom-12 {
  bottom: -3rem;
}
.shadow-none {
  box-shadow: none;
}

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

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

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

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15), 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

@media all and (min-width: 640px) {
  .sm\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  }
}
.box-border {
  box-sizing: border-box;
}
.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-gray {
  color: var(--color-gray);
}

.text-red {
  color: var(--color-red);
}

.text-cgn-gray {
  color: var(--color-cgn-gray);
}

.text-cgn-gray\/50 {
  color: hsl(var(--color-cgn-gray-hsl)/50%);
}

.text-primary {
  color: var(--color-primary);
}

.text-secondary {
  color: var(--color-secondary);
}

.text-success {
  color: var(--color-success);
}

.text-warning {
  color: var(--color-warning);
}

.text-warning-bg-text {
  color: var(--color-warning-bg-text);
}

.text-error {
  color: var(--color-error);
}

.text-body-text {
  color: var(--color-body-text);
}

.text-heading-text {
  color: var(--color-heading-text);
}

.text-success-text {
  color: var(--color-success-text);
}

.text-error-text {
  color: var(--color-error-text);
}

.text-current {
  color: currentcolor;
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

.placeholder\:text-white:placeholder {
  color: var(--color-white);
}

.gap-x-4 {
  column-gap: 1rem;
}
.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.none {
  display: none;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

.grid {
  display: grid;
}

@media all and (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:inline {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
}
@media all and (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .lg\:hidden {
    display: none;
  }
  .lg\:flex {
    display: flex;
  }
}
.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}
.basis-0 {
  flex-basis: 0;
}

.basis-full {
  flex-basis: 100%;
}
.flex-row {
  flex-direction: row;
}

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

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

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

@media all and (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media all and (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
}
.grow {
  flex-grow: 1;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}
@media all and (min-width: 1024px) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
}

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

.font-bevietnampro {
  font-family: "BeVietnamPro", ui-sans-serif, system-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.text-xxs {
  font-size: 0.6875rem;
  line-height: 1.5;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-cgn {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media all and (min-width: 768px) {
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

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

.font-600 {
  font-weight: 600;
}

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

.font-normal {
  font-weight: normal;
}

.gap-0 {
  gap: 0;
}

.gap-px {
  gap: 1px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap {
  gap: 1rem;
}

@media all and (min-width: 640px) {
  .sm\:gap-2 {
    gap: 0.5rem;
  }
}
@media all and (min-width: 768px) {
  .md\:gap-8 {
    gap: 2rem;
  }
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

@media all and (min-width: 640px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media all and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media all and (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media all and (min-width: 1280px) {
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.h-0 {
  height: 0;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-96 {
  height: 24rem;
}

.h-3\/4 {
  height: 75%;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-max {
  height: max-content;
}

.h-fit {
  height: fit-content;
}

.h-screen {
  height: 100vh;
}

@media all and (min-width: 640px) {
  .sm\:h-full {
    height: 100%;
  }
}
.justify-center {
  justify-content: center;
}

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

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

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

@media all and (min-width: 640px) {
  .sm\:justify-end {
    justify-content: flex-end;
  }
}
.left-0 {
  left: 0;
}

.left-2 {
  left: 0.5rem;
}

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

.left-4 {
  left: 1rem;
}

.-left-12 {
  left: -3rem;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

.leading-relaxed {
  line-height: 1.625;
}
.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mx-10 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m {
  margin: 1rem !important;
}

.mt {
  margin-top: 1rem !important;
}

.mr {
  margin-right: 1rem !important;
}

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

.-m {
  margin: -1rem !important;
}

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

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

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

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

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

@media all and (min-width: 640px) {
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}
.max-h-0 {
  max-height: 0;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

.max-h-auto {
  max-height: auto;
}

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

.max-w-64 {
  max-width: 16rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-prose {
  max-width: 65ch;
}

@media all and (min-width: 640px) {
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:max-w-2xl {
    max-width: 42rem;
  }
}
@media all and (min-width: 768px) {
  .md\:max-w-1\/2 {
    max-width: 50%;
  }
  .md\:max-w-none {
    max-width: none;
  }
}
@media all and (min-width: 1024px) {
  .lg\:max-w-1\/2 {
    max-width: 50%;
  }
}
.min-h-0 {
  min-height: 0;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-28 {
  min-height: 7rem;
}

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

.min-h-fit {
  min-height: fit-content;
}

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

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-64 {
  min-width: 16rem;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}
.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-100 {
  opacity: 1;
}

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media all and (min-width: 768px) {
  .md\:opacity-0 {
    opacity: 0;
  }
}
.outline-white {
  outline-color: var(--color-white);
}
.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}
.overflow-hidden {
  overflow: hidden;
}

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

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

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

.overflow-y-auto {
  overflow-y: auto;
}
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.p-10 {
  padding: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.p {
  padding: 1rem;
}

.pt {
  padding-top: 1rem;
}

.pl {
  padding-left: 1rem;
}

.pr {
  padding-right: 1rem;
}

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

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

@media all and (min-width: 640px) {
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media all and (min-width: 768px) {
  .md\:p-8 {
    padding: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 1280px) {
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}

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

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.resize {
  resize: both;
}

.gap-y-2 {
  row-gap: 0.5rem;
}
.right-0 {
  right: 0;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

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

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

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

.right-6 {
  right: 1.5rem;
}

.-right-12 {
  right: -3rem;
}

@media all and (min-width: 640px) {
  .sm\:table-fixed {
    table-layout: fixed;
  }
}
.text-center {
  text-align: center;
}

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

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

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

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

@media all and (min-width: 640px) {
  .sm\:text-left {
    text-align: left;
  }
}
.underline {
  text-decoration: underline;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

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

.-top-12 {
  top: -3rem;
}

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

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}
.transition-none {
  transition-property: none;
}
.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.align-middle {
  vertical-align: middle;
}

.align-top {
  vertical-align: top;
}
.invisible {
  visibility: hidden;
}

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

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

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

@media all and (min-width: 640px) {
  .sm\:w-96 {
    width: 24rem;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-full {
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .md\:w-192 {
    width: 48rem;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
}
@media all and (min-width: 1024px) {
  .lg\:w-192 {
    width: 48rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/3 {
    width: 66.6666666667%;
  }
  .lg\:w-max {
    width: max-content;
  }
}
@media all and (min-width: 1280px) {
  .xl\:w-1\/2 {
    width: 50%;
  }
}

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

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

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

.z-50 {
  z-index: 50;
}
.debug-info {
  font-size: 11px;
  font-family: monospace;
  position: fixed;
  top: 0;
  left: 0;
  height: fit-content;
  width: 32em;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.71);
  color: #fff;
  padding: 10px;
}

@media (max-width: 640px) {
  .debug-info {
    display: none;
  }
}

/*# sourceMappingURL=atomic-user.css.map */
