/*!*****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./resources/css/frontend.scss ***!
  \*****************************************************************************************************************************************************/

  .bw-tailwind *,.bw-tailwind ::before,.bw-tailwind ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.bw-tailwind ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
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)
*/

.bw-tailwind *,.bw-tailwind ::before,.bw-tailwind ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.bw-tailwind ::before,.bw-tailwind ::after {
  --tw-content: '';
}

/*
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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.bw-tailwind html,.bw-tailwind :host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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.
*/

.bw-tailwind 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.
*/

.bw-tailwind hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

.bw-tailwind abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

.bw-tailwind h1,.bw-tailwind h2,.bw-tailwind h3,.bw-tailwind h4,.bw-tailwind h5,.bw-tailwind h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

.bw-tailwind a {
  color: inherit;
  text-decoration: inherit;
}

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

.bw-tailwind b,.bw-tailwind strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

.bw-tailwind code,.bw-tailwind kbd,.bw-tailwind samp,.bw-tailwind pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

.bw-tailwind small {
  font-size: 80%;
}

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

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

.bw-tailwind sub {
  bottom: -0.25em;
}

.bw-tailwind 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.
*/

.bw-tailwind 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.
*/

.bw-tailwind button,.bw-tailwind input,.bw-tailwind optgroup,.bw-tailwind select,.bw-tailwind textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

.bw-tailwind button,.bw-tailwind select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

.bw-tailwind button,.bw-tailwind input:where([type='button']),.bw-tailwind input:where([type='reset']),.bw-tailwind input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

.bw-tailwind :-moz-focusring {
  outline: auto;
}

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

.bw-tailwind :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

.bw-tailwind progress {
  vertical-align: baseline;
}

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

.bw-tailwind ::-webkit-inner-spin-button,.bw-tailwind ::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

.bw-tailwind ::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

.bw-tailwind summary {
  display: list-item;
}

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

.bw-tailwind blockquote,.bw-tailwind dl,.bw-tailwind dd,.bw-tailwind h1,.bw-tailwind h2,.bw-tailwind h3,.bw-tailwind h4,.bw-tailwind h5,.bw-tailwind h6,.bw-tailwind hr,.bw-tailwind figure,.bw-tailwind p,.bw-tailwind pre {
  margin: 0;
}

.bw-tailwind fieldset {
  margin: 0;
  padding: 0;
}

.bw-tailwind legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

.bw-tailwind dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.bw-tailwind 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 the user's configured gray 400 color.
*/

.bw-tailwind input::-webkit-input-placeholder, .bw-tailwind textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.bw-tailwind input::-moz-placeholder, .bw-tailwind textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

.bw-tailwind input::placeholder,.bw-tailwind textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.bw-tailwind button,.bw-tailwind [role="button"] {
  cursor: pointer;
}

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

.bw-tailwind :disabled {
  cursor: default;
}

/*
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.
*/

.bw-tailwind img,.bw-tailwind svg,.bw-tailwind video,.bw-tailwind canvas,.bw-tailwind audio,.bw-tailwind iframe,.bw-tailwind embed,.bw-tailwind 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)
*/

.bw-tailwind img,.bw-tailwind video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

.bw-tailwind [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.bw-tailwind .bw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.bw-tailwind .bw-pointer-events-none {
  pointer-events: none !important;
}

.bw-tailwind .bw-fixed {
  position: fixed !important;
}

.bw-tailwind .bw-absolute {
  position: absolute !important;
}

.bw-tailwind .bw-relative {
  position: relative !important;
}

.bw-tailwind .bw-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.bw-tailwind .bw-bottom-\[0\.3rem\] {
  bottom: 0.3rem !important;
}

.bw-tailwind .bw-bottom-full {
  bottom: 100% !important;
}

.bw-tailwind .bw-end-\[0\.3rem\] {
  right: 0.3rem !important;
}

.bw-tailwind .bw-left-0 {
  left: 0px !important;
}

.bw-tailwind .bw-right-0 {
  right: 0px !important;
}

.bw-tailwind .bw-start-0 {
  left: 0px !important;
}

.bw-tailwind .bw-top-0 {
  top: 0px !important;
}

.bw-tailwind .bw-top-1\/2 {
  top: 50% !important;
}

.bw-tailwind .bw-z-50 {
  z-index: 50 !important;
}

.bw-tailwind .bw-z-modal {
  z-index: 1000 !important;
}

.bw-tailwind .bw-z-tooltip {
  z-index: 1100 !important;
}

.bw-tailwind .bw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.bw-tailwind .bw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.bw-tailwind .bw-col-start-3 {
  grid-column-start: 3 !important;
}

.bw-tailwind .bw-m-0 {
  margin: 0px !important;
}

.bw-tailwind .bw-m-auto {
  margin: auto !important;
}

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

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

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

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

.bw-tailwind .bw-my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

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

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

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

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

.bw-tailwind .bw-mb-5 {
  margin-bottom: 1.25rem !important;
}

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

.bw-tailwind .bw-mb-9 {
  margin-bottom: 2.25rem !important;
}

.bw-tailwind .bw-ml-9 {
  margin-left: 2.25rem !important;
}

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

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

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

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

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

.bw-tailwind .bw-block {
  display: block !important;
}

.bw-tailwind .bw-inline-block {
  display: inline-block !important;
}

.bw-tailwind .bw-flex {
  display: -webkit-flex !important;
  display: flex !important;
}

.bw-tailwind .bw-inline-flex {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

.bw-tailwind .bw-grid {
  display: grid !important;
}

.bw-tailwind .bw-hidden {
  display: none !important;
}

.bw-tailwind .bw-h-1\/3 {
  height: 33.333333% !important;
}

.bw-tailwind .bw-h-3 {
  height: 0.75rem !important;
}

.bw-tailwind .bw-h-4 {
  height: 1rem !important;
}

.bw-tailwind .bw-h-8 {
  height: 2rem !important;
}

.bw-tailwind .bw-h-\[15px\] {
  height: 15px !important;
}

.bw-tailwind .bw-h-\[80dvh\] {
  height: 80dvh !important;
}

.bw-tailwind .bw-h-fit {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.bw-tailwind .bw-h-full {
  height: 100% !important;
}

.bw-tailwind .bw-h-px {
  height: 1px !important;
}

.bw-tailwind .bw-max-h-6 {
  max-height: 1.5rem !important;
}

.bw-tailwind .bw-w-3 {
  width: 0.75rem !important;
}

.bw-tailwind .bw-w-4 {
  width: 1rem !important;
}

.bw-tailwind .bw-w-8 {
  width: 2rem !important;
}

.bw-tailwind .bw-w-\[100\%\] {
  width: 100% !important;
}

.bw-tailwind .bw-w-\[20px\] {
  width: 20px !important;
}

.bw-tailwind .bw-w-\[75\%\] {
  width: 75% !important;
}

.bw-tailwind .bw-w-\[75dvw\] {
  width: 75dvw !important;
}

.bw-tailwind .bw-w-\[85dvw\] {
  width: 85dvw !important;
}

.bw-tailwind .bw-w-auto {
  width: auto !important;
}

.bw-tailwind .bw-w-full {
  width: 100% !important;
}

.bw-tailwind .bw-min-w-\[125px\] {
  min-width: 125px !important;
}

.bw-tailwind .bw-min-w-\[500px\] {
  min-width: 500px !important;
}

.bw-tailwind .bw-min-w-\[600px\] {
  min-width: 600px !important;
}

.bw-tailwind .bw-max-w-2xl {
  max-width: 42rem !important;
}

.bw-tailwind .bw-max-w-6 {
  max-width: 1.5rem !important;
}

.bw-tailwind .bw-max-w-full {
  max-width: 100% !important;
}

.bw-tailwind .bw-flex-none {
  -webkit-flex: none !important;
          flex: none !important;
}

.bw-tailwind .bw-shrink-0 {
  -webkit-flex-shrink: 0 !important;
          flex-shrink: 0 !important;
}

.bw-tailwind .bw-grow {
  -webkit-flex-grow: 1 !important;
          flex-grow: 1 !important;
}

.bw-tailwind .bw-basis-2\/5 {
  -webkit-flex-basis: 40% !important;
          flex-basis: 40% !important;
}

.bw-tailwind .bw-border-collapse {
  border-collapse: collapse !important;
}

.bw-tailwind .bw-border-separate {
  border-collapse: separate !important;
}

.bw-tailwind .bw-border-spacing-0 {
  --tw-border-spacing-x: 0px !important;
  --tw-border-spacing-y: 0px !important;
  border-spacing: 0px 0px !important;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y) !important;
}

.bw-tailwind .bw--translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  -webkit-transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.bw-tailwind .bw-rotate-180 {
  --tw-rotate: 180deg !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.bw-tailwind .bw-transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.bw-tailwind {
  @-webkit-keyframes bw-spin {

    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes bw-spin {

    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
}

.bw-tailwind .bw-animate-spin {
  -webkit-animation: bw-spin 1s linear infinite !important;
          animation: bw-spin 1s linear infinite !important;
}

.bw-tailwind .bw-cursor-default {
  cursor: default !important;
}

.bw-tailwind .bw-cursor-not-allowed {
  cursor: not-allowed !important;
}

.bw-tailwind .bw-cursor-pointer {
  cursor: pointer !important;
}

.bw-tailwind .bw-list-inside {
  list-style-position: inside !important;
}

.bw-tailwind .bw-list-disc {
  list-style-type: disc !important;
}

.bw-tailwind .bw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

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

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

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

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

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

.bw-tailwind .bw-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.bw-tailwind .bw-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.bw-tailwind .bw-flex-col {
  -webkit-flex-direction: column !important;
          flex-direction: column !important;
}

.bw-tailwind .bw-flex-wrap {
  -webkit-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.bw-tailwind .bw-content-center {
  -webkit-align-content: center !important;
          align-content: center !important;
}

.bw-tailwind .bw-items-center {
  -webkit-align-items: center !important;
          align-items: center !important;
}

.bw-tailwind .bw-justify-start {
  -webkit-justify-content: flex-start !important;
          justify-content: flex-start !important;
}

.bw-tailwind .bw-justify-end {
  -webkit-justify-content: flex-end !important;
          justify-content: flex-end !important;
}

.bw-tailwind .bw-justify-center {
  -webkit-justify-content: center !important;
          justify-content: center !important;
}

.bw-tailwind .bw-justify-between {
  -webkit-justify-content: space-between !important;
          justify-content: space-between !important;
}

.bw-tailwind .bw-gap-0 {
  gap: 0px !important;
}

.bw-tailwind .bw-gap-1 {
  gap: 0.25rem !important;
}

.bw-tailwind .bw-gap-3 {
  gap: 0.75rem !important;
}

.bw-tailwind .bw-gap-4 {
  gap: 1rem !important;
}

.bw-tailwind .bw-gap-5 {
  gap: 1.25rem !important;
}

.bw-tailwind .bw-overflow-hidden {
  overflow: hidden !important;
}

.bw-tailwind .bw-overflow-x-auto {
  overflow-x: auto !important;
}

.bw-tailwind .bw-overflow-y-auto {
  overflow-y: auto !important;
}

.bw-tailwind .bw-whitespace-normal {
  white-space: normal !important;
}

.bw-tailwind .bw-rounded {
  border-radius: 0.25rem !important;
}

.bw-tailwind .bw-rounded-2xl {
  border-radius: 1rem !important;
}

.bw-tailwind .bw-rounded-full {
  border-radius: 9999px !important;
}

.bw-tailwind .bw-rounded-lg {
  border-radius: 0.5rem !important;
}

.bw-tailwind .bw-rounded-xl {
  border-radius: 0.75rem !important;
}

.bw-tailwind .bw-rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.bw-tailwind .bw-rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.bw-tailwind .bw-rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.bw-tailwind .bw-border {
  border-width: 1px !important;
}

.bw-tailwind .bw-border-b {
  border-bottom-width: 1px !important;
}

.bw-tailwind .bw-border-solid {
  border-style: solid !important;
}

.bw-tailwind .bw-border-none {
  border-style: none !important;
}

.bw-tailwind .bw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, 1) !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-divider {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 244, 247, 1) !important;
  border-color: rgba(242, 244, 247, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-error-main {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 68, 56, 1) !important;
  border-color: rgba(240, 68, 56, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-neutral-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 231, 235, 1) !important;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 214, 219, 1) !important;
  border-color: rgba(210, 214, 219, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-warning-main {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 144, 9, 1) !important;
  border-color: rgba(247, 144, 9, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .bw-border-b-divider {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(242, 244, 247, 1) !important;
  border-bottom-color: rgba(242, 244, 247, var(--tw-border-opacity, 1)) !important;
}

.bw-tailwind .\!bw-bg-error-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 68, 56, 1) !important;
  background-color: rgba(240, 68, 56, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .\!bw-bg-neutral-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 231, 235, 1) !important;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .\!bw-bg-success-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 251, 204, 1) !important;
  background-color: rgba(214, 251, 204, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-error-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 68, 56, 1) !important;
  background-color: rgba(240, 68, 56, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, 1) !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, 1) !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, 1) !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 24, 39, 1) !important;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-neutral-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 250, 1) !important;
  background-color: rgba(248, 249, 250, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-primary-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 208, 106, 1) !important;
  background-color: rgba(151, 208, 106, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-primary-lightest {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 249, 224, 1) !important;
  background-color: rgba(245, 249, 224, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-primary-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 227, 92, 1) !important;
  background-color: rgba(200, 227, 92, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-secondary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 229, 253, 1) !important;
  background-color: rgba(207, 229, 253, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-secondary-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 158, 227, 1) !important;
  background-color: rgba(0, 158, 227, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-success-lightest {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 247, 237, 1) !important;
  background-color: rgba(240, 247, 237, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-transparent {
  background-color: transparent !important;
}

.bw-tailwind .bw-bg-warning-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 144, 9, 1) !important;
  background-color: rgba(247, 144, 9, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.bw-tailwind .bw-fill-info-main {
  fill: #06AED4 !important;
}

.bw-tailwind .bw-p-2 {
  padding: 0.5rem !important;
}

.bw-tailwind .bw-p-3 {
  padding: 0.75rem !important;
}

.bw-tailwind .bw-p-4 {
  padding: 1rem !important;
}

.bw-tailwind .bw-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.bw-tailwind .bw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.bw-tailwind .bw-px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.bw-tailwind .bw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.bw-tailwind .bw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bw-tailwind .bw-py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.bw-tailwind .bw-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bw-tailwind .bw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.bw-tailwind .bw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bw-tailwind .bw-pb-0 {
  padding-bottom: 0px !important;
}

.bw-tailwind .bw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.bw-tailwind .bw-pb-3 {
  padding-bottom: 0.75rem !important;
}

.bw-tailwind .bw-pl-2 {
  padding-left: 0.5rem !important;
}

.bw-tailwind .bw-pl-6 {
  padding-left: 1.5rem !important;
}

.bw-tailwind .bw-pr-4 {
  padding-right: 1rem !important;
}

.bw-tailwind .bw-ps-10 {
  padding-left: 2.5rem !important;
}

.bw-tailwind .bw-ps-3 {
  padding-left: 0.75rem !important;
}

.bw-tailwind .bw-pt-2 {
  padding-top: 0.5rem !important;
}

.bw-tailwind .bw-pt-3 {
  padding-top: 0.75rem !important;
}

.bw-tailwind .bw-text-left {
  text-align: left !important;
}

.bw-tailwind .bw-text-center {
  text-align: center !important;
}

.bw-tailwind .bw-text-right {
  text-align: right !important;
}

.bw-tailwind .bw-font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.bw-tailwind .bw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.bw-tailwind .bw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.bw-tailwind .bw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.bw-tailwind .bw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.bw-tailwind .bw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.bw-tailwind .bw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.bw-tailwind .bw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.bw-tailwind .bw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.bw-tailwind .bw-font-bold {
  font-weight: 700 !important;
}

.bw-tailwind .bw-font-medium {
  font-weight: 500 !important;
}

.bw-tailwind .bw-font-normal {
  font-weight: 400 !important;
}

.bw-tailwind .\!bw-text-text-disable {
  color: rgba(27,33,45,0.38039) !important;
}

.bw-tailwind .\!bw-text-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 33, 45, 1) !important;
  color: rgba(27, 33, 45, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .\!bw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, 1) !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-error-main {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 68, 56, 1) !important;
  color: rgba(240, 68, 56, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, 1) !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 24, 39, 1) !important;
  color: rgba(17, 24, 39, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 215, 72, 1) !important;
  color: rgba(143, 215, 72, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-primary-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 208, 106, 1) !important;
  color: rgba(151, 208, 106, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-secondary-dark {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 98, 142, 1) !important;
  color: rgba(41, 98, 142, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-secondary-main {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 158, 227, 1) !important;
  color: rgba(0, 158, 227, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 33, 45, 1) !important;
  color: rgba(27, 33, 45, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 115, 127, 1) !important;
  color: rgba(108, 115, 127, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-warning-main {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 144, 9, 1) !important;
  color: rgba(247, 144, 9, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.bw-tailwind .bw-underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.bw-tailwind .bw-no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.bw-tailwind .bw-decoration-primary {
  -webkit-text-decoration-color: #8FD748 !important;
          text-decoration-color: #8FD748 !important;
}

.bw-tailwind .bw-decoration-4 {
  text-decoration-thickness: 4px !important;
}

.bw-tailwind .bw-opacity-50 {
  opacity: 0.5 !important;
}

.bw-tailwind .bw-shadow-even {
  --tw-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 15px rgba(0, 0, 0, 0.15) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.bw-tailwind .bw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.bw-tailwind .bw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.bw-tailwind .bw-outline {
  outline-style: solid !important;
}

.bw-tailwind .bw-outline-offset-\[2px\] {
  outline-offset: 2px !important;
}

.bw-tailwind .bw-outline-primary-dark {
  outline-color: #97D06A !important;
}

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

.bw-tailwind .bw-duration-100 {
  transition-duration: 100ms !important;
}

.bw-tailwind .bw-duration-200 {
  transition-duration: 200ms !important;
}

.bw-sidebar {
  z-index: 1;
  height: 100vh;
  position: fixed;
}

.bw-day-popup {
  min-width: 350px;
}

@media screen and (max-width: 600px) {
  .bw-day-popup {
    min-width: 200px;
  }
}

.voting-tool-nav {
  background-color: #1B212D;
  z-index: 1;
  max-width: 250px;
  min-width: 210px;
  height: 100%;
}

.voting-tool-nav .bw-tool-logo {
    top: 0;
  }

.voting-tool-nav .bw-menu-with-icon.active a{
      color: #97D06A !important;
    }

.voting-tool-nav .bw-menu-with-icon{
      position: relative;
    }

.voting-tool-nav .bw-menu-with-icon a:hover {
        color: #97D06A !important;
    }

.voting-tool-nav .bw-menu-with-icon a:after,.voting-tool-nav .bw-menu-with-icon a:before {
      content: '';
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      width: 18px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
    }

.voting-tool-nav .bw-menu-with-icon a:before {
      right: 0;
      left: auto;
      left: initial;
    }

.voting-tool-nav .bw-menu-with-icon a{
      padding-left: 25px !important;
      position: relative;
      z-index: 2;
      transition: .3s;
    }

.voting-tool-nav .menu-voting-tool a:after {
      background-image: url(21b5770a0df2eedd7072.svg)
    }

.voting-tool-nav .menu-voting-tool a:hover:after,.voting-tool-nav .menu-voting-tool.active a:after {
      background-image: url(79ad37b22e6f68205e87.svg)
    }

.voting-tool-nav .menu-download a:after {
      background-image: url(88db0125e411e487eff1.png)
    }

.voting-tool-nav .menu-download a:hover:after,.voting-tool-nav .menu-download.active a:after {
      background-image: url(b086c1db2df65c1c702b.png)
    }

.voting-tool-nav .menu-books a:after {
      background-image: url(3f5071ec626d05c3ebe5.png)
    }

.voting-tool-nav .menu-books a:hover:after,.voting-tool-nav .menu-books.active :after {
      background-image: url(9c71530f315e87e6ca59.png)
    }

.voting-tool-nav .menu-folder a:after,.voting-tool-nav .menu-folder.active a:after {
      background-image: url(b5c76816ee28c8b6cef0.png)
    }

.voting-tool-nav .menu-folder a:hover:after,.voting-tool-nav .menu-folder.active a:after {
      background-image: url(69418202949aaaf32fba.png)
    }

.voting-tool-nav .menu-dashboard a:after {
      background-image: url(de91e0a13aee9c7a1a86.png)
    }

.voting-tool-nav .menu-clipboard a:after {
      background-image: url(4339849913ac58237c6b.png)
    }

.voting-tool-nav .menu-users a:after {
      background-image: url(34d6b47da98475515182.png)
    }

.voting-tool-nav .external a:before {
      background-image: url(924b97d3889c27d8d900.png)
    }

.g-long {
  display: inline-block !important;
}
.g-short {
  display: none !important;
}

.progressbar {
  grid-template-columns: repeat(7, minmax(0, 1fr))
}
.progressbar-step-line {
  z-index: -1;
  top: 20%;
  left: 68%;
}
.progressbar-step-line-5 {
    display: none;
}

#launcher-frame {
  bottom: 70px !important;
}

@media screen and (max-width: 1200px) {
  .progressbar-step-line {
    top: 16%;
  }
}

@media screen and (max-width: 991px) {
  .progressbar-step-line {
    left: 70%;
  }

  .spacer {
    display: none;
  }

  .bw-sidebar {
    width: 100%;
    position: relative;
    height: auto;
    height: initial;
  }

  .voting-tool-nav {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
    position: initial;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    height: initial;
  }
}

@media screen and (max-width: 768px) {
  .g-short {
    display: inline-block !important;
  }
  .g-long {
    display: none !important;
  }
  .progressbar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .progressbar-step-line {
    display: none;
  }
}

@media screen and (max-width: 390px) {
    h2 {
      word-break: break-all !important;
    }
}

.hover\:bw-bg-error-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 80, 74, 1) !important;
  background-color: rgba(200, 80, 74, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-error-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 180, 175, 1) !important;
  background-color: rgba(249, 180, 175, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 163, 175, 1) !important;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-primary-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 208, 106, 1) !important;
  background-color: rgba(151, 208, 106, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-primary-main:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 227, 92, 1) !important;
  background-color: rgba(200, 227, 92, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-secondary-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 98, 142, 1) !important;
  background-color: rgba(41, 98, 142, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-secondary-main:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 158, 227, 1) !important;
  background-color: rgba(0, 158, 227, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-bg-success-lightest:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 247, 237, 1) !important;
  background-color: rgba(240, 247, 237, var(--tw-bg-opacity, 1)) !important;
}

.hover\:bw-text-secondary-darkest:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(23, 62, 91, 1) !important;
  color: rgba(23, 62, 91, var(--tw-text-opacity, 1)) !important;
}

.hover\:bw-text-text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 33, 45, 1) !important;
  color: rgba(27, 33, 45, var(--tw-text-opacity, 1)) !important;
}

.hover\:bw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.hover\:bw-no-underline:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.hover\:bw-outline:hover {
  outline-style: solid !important;
}

.hover\:bw-outline-offset-\[2px\]:hover {
  outline-offset: 2px !important;
}

.hover\:bw-outline-primary-dark:hover {
  outline-color: #97D06A !important;
}

.focus\:bw-border-error-main:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 68, 56, 1) !important;
  border-color: rgba(240, 68, 56, var(--tw-border-opacity, 1)) !important;
}

.focus\:bw-border-transparent:focus {
  border-color: transparent !important;
}

.focus\:bw-border-warning-main:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 144, 9, 1) !important;
  border-color: rgba(247, 144, 9, var(--tw-border-opacity, 1)) !important;
}

.focus\:bw-bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.focus\:bw-ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}

.focus\:bw-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}

.focus\:bw-ring-error-main:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 68, 56, var(--tw-ring-opacity, 1)) !important;
}

.focus\:bw-ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity, 1)) !important;
}

.focus\:bw-ring-primary-dark:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 208, 106, var(--tw-ring-opacity, 1)) !important;
}

.focus\:bw-ring-warning-main:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 144, 9, var(--tw-ring-opacity, 1)) !important;
}

.focus-visible\:bw-outline-0:focus-visible {
  outline-width: 0px !important;
}

.enabled\:hover\:bw-bg-primary-lightest:hover:enabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 249, 224, 1) !important;
  background-color: rgba(245, 249, 224, var(--tw-bg-opacity, 1)) !important;
}

.enabled\:hover\:bw-bg-success-lightest:hover:enabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 247, 237, 1) !important;
  background-color: rgba(240, 247, 237, var(--tw-bg-opacity, 1)) !important;
}

.enabled\:hover\:bw-text-text-primary:hover:enabled {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 33, 45, 1) !important;
  color: rgba(27, 33, 45, var(--tw-text-opacity, 1)) !important;
}

.disabled\:bw-text-text-disable:disabled {
  color: rgba(27,33,45,0.38039) !important;
}

.bw-group:hover .group-hover\:bw-block {
  display: block !important;
}

@media (min-width: 768px) {

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

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

  .md\:bw-basis-2\/5 {
    -webkit-flex-basis: 40% !important;
            flex-basis: 40% !important;
  }

  .md\:bw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:bw-pl-2 {
    padding-left: 0.5rem !important;
  }
}

.rtl\:bw-text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right !important;
}

@media (prefers-color-scheme: dark) {

  .dark\:bw-border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 65, 81, 1) !important;
    border-color: rgba(55, 65, 81, var(--tw-border-opacity, 1)) !important;
  }

  .dark\:bw-bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 24, 39, 1) !important;
    background-color: rgba(17, 24, 39, var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:bw-text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 163, 175, 1) !important;
    color: rgba(156, 163, 175, var(--tw-text-opacity, 1)) !important;
  }

  .dark\:focus\:bw-ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 41, 55, var(--tw-ring-opacity, 1)) !important;
  }
}
