*, ::before, ::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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)
*/

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

::before,
::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
*/

html,
: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, 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.
*/

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]) {
  -webkit-text-decoration: underline dotted;
          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. 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.
*/

code,
kbd,
samp,
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.
*/

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,
optgroup,
select,
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.
*/

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
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.
*/

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

blockquote,
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;
}

/*
Reset default styling for dialogs.
*/

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.label {
  white-space: nowrap;
  border-radius: 0.25rem;
  padding: 0.5rem;
  font-weight: 700;
}

.label-default {
  --tw-bg-opacity: 1;
  background-color: rgb(114 114 114 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.label-success {
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.label-danger {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.label-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.label-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

@media print {
  #main {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  @media (min-width: 768px) {
    #page {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.dropdown-icon {
  transition: transform 0.3s ease;
}

details[open] .dropdown-icon {
  transform: rotate(-90deg);
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Black.eacf9c416122.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Black.5b91b7a0c9f1.woff") format('woff');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Black-Italic.94731e0d8f4e.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Black-Italic.ee37e834c098.woff") format('woff');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Bold.8ecd374611cd.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Bold.2e2fc26b0c14.woff") format('woff');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Bold-Italic.11b521b883eb.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Bold-Italic.56954f51861e.woff") format('woff');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Light.bda4e156e83a.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Light.ab475eb3fd19.woff") format('woff');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Light-Italic.5c6e2c305c00.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Light-Italic.c3e007c4bec5.woff") format('woff');

  font-weight: 300;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Medium.2bb22d85b5dc.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Medium.931eba5a538c.woff") format('woff');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Medium-Italic.6a6d58ca8ca6.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Medium-Italic.d2a72eee1236.woff") format('woff');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Regular.a89661cd568d.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Regular.2328ffe19c14.woff") format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Regular-Italic.a0a5ae9bf356.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Regular-Italic.29febfa97e38.woff") format('woff');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Thin.820db1235e7d.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Thin.0b91ab85192c.woff") format('woff');

  font-weight: 100;

  font-style: normal;
}

@font-face {
  font-family: 'Cera Round';

  src: url("/static/fonts/Cera-Round-Thin-Italic.a8ea73cba819.woff2") format('woff2'),
         url("/static/fonts/Cera-Round-Thin-Italic.d877a70a54f8.woff") format('woff');

  font-weight: 100;

  font-style: italic;
}

h1, h2, h3, p, div {
  text-wrap: pretty;
}

.header-1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .header-1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.header-sections {
  text-wrap: pretty;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-sections {
    text-align: left;
  }
}

.section-content {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .section-content {
    text-align: left;
  }
}

.header-2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.header-3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(255 150 0 / var(--tw-text-opacity, 1));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(0 188 139 / var(--tw-text-opacity, 1));
}

.success-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.warning-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.danger-bg {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.danger-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.no-bg-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.no-bg-btn:active {
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.no-bg-btn:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.primary-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-bg-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.primary-bg-btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
}

.primary-bg-btn:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.secondary-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-bg-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.secondary-bg-btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.secondary-bg-btn:disabled {
  pointer-events: none;
  border-color: rgb(28 28 28 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.success-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 0.125rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.success-bg-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 157 / var(--tw-bg-opacity, 1));
}

.success-bg-btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 214 157 / var(--tw-bg-opacity, 1));
}

.success-bg-btn:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.warning-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.warning-bg-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.warning-bg-btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.warning-bg-btn:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.danger-bg-btn {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.danger-bg-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.danger-bg-btn:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.default-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

.compact-padding {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
}

.btn-primary:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.btn-primary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-primary::-webkit-details-marker {
  display: none
}

.btn-primary-inverted {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-inverted:hover {
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-primary-inverted:active {
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-primary-inverted:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

summary.btn-primary-inverted::-webkit-details-marker {
  display: none
}

.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:disabled {
  pointer-events: none;
  border-color: rgb(28 28 28 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.btn-secondary {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-secondary::-webkit-details-marker {
  display: none
}

.btn-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.btn-warning:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.btn-warning:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.btn-warning:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.btn-warning {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-warning::-webkit-details-marker {
  display: none
}

.btn-danger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.btn-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.btn-danger {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-danger::-webkit-details-marker {
  display: none
}

.btn-link {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-link:active {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-link:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.btn-link-secondary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  padding-bottom: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

summary.btn-link-secondary::-webkit-details-marker {
  display: none
}

.btn-link-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-link-secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-link-secondary:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.btn-link-icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

summary.btn-link-icon::-webkit-details-marker {
  display: none
}

.btn-link-icon:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.btn-link-icon:active {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
}

.btn-link-icon:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.btn-primary-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-compact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary-compact:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
}

.btn-primary-compact:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.btn-primary-compact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-primary-compact::-webkit-details-marker {
  display: none
}

.btn-secondary-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary-compact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary-compact:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary-compact:disabled {
  pointer-events: none;
  border-color: rgb(28 28 28 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.btn-secondary-compact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-secondary-compact::-webkit-details-marker {
  display: none
}

.btn-warning-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 150 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.btn-warning-compact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.btn-warning-compact:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.btn-warning-compact:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.btn-warning-compact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-warning-compact::-webkit-details-marker {
  display: none
}

.btn-danger-compact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

.btn-danger-compact:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-danger-compact:disabled {
  pointer-events: none;
  color: rgb(28 28 28 / 0.4);
}

.btn-danger-compact {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
}

summary.btn-danger-compact::-webkit-details-marker {
  display: none
}

.btn-disabled {
  pointer-events: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
  color: rgb(28 28 28 / 0.4) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1)) !important;
}

.btn-secondary-disabled {
  pointer-events: none !important;
  border-color: rgb(155 155 155 / 0.4) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1)) !important;
  color: rgb(28 28 28 / 0.4) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1)) !important;
}

.btn-aside {
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}

.btn-aside:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-aside-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1));
  font-weight: 700;
}

.btn-tab {
  border-bottom-width: 4px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.btn-tab:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.tooltip-content {
  position: absolute;
  right: 0px;
  top: -0.5rem;
  width: 100%;
  min-width: 12rem;
  max-width: 24rem;
  --tw-translate-y: -100%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .tooltip-content {
    left: 50%;
    --tw-translate-x: -50%;
    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));
  }
}

.calendar-wrapper {
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .calendar-wrapper {
    width: 24rem;
  }
}

.calendar-grid-cols-5 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.calendar-grid-cols-6 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: stretch;
}

.calendar-day-num-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}

summary.calendar-day-num-wrapper::-webkit-details-marker {
  display: none
}

.calendar-month-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  font-weight: 700;
}

summary.calendar-month-wrapper::-webkit-details-marker {
  display: none
}

.calendar-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

summary.calendar-item::-webkit-details-marker {
  display: none
}

.calendar-item-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  .calendar-day {
    color: white;
  }
}

.calendar-item-next-prev {
  cursor: not-allowed;
}

.calendar-compact-item-inner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.calendar-compact-item-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.calendar-day {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.calendar-compact-num {
  margin-top: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.calendar-num {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.calendar-num-next-prev {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.onboarding-card-wrapper {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .onboarding-card-wrapper {
    max-width: 24rem;
    padding: 2rem;
  }
}

.category-card-wrapper {
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

summary.category-card-wrapper::-webkit-details-marker {
  display: none
}

.category-card-wrapper:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .category-card-wrapper {
    flex-direction: row;
    gap: 1rem;
  }
}

.featured-category-card-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(51 51 51 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

summary.featured-category-card-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .featured-category-card-wrapper {
    gap: 1rem;
  }
}

.dashboard-card-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

summary.dashboard-card-wrapper::-webkit-details-marker {
  display: none
}

.dashboard-card {
  display: flex;
  width: 100%;
  max-width: 42rem;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

summary.dashboard-card::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .dashboard-card {
    gap: 2rem;
  }
}

.quote-card {
  display: flex;
  width: 100%;
  max-width: 42rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

summary.quote-card::-webkit-details-marker {
  display: none
}

.quote-card-top {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

summary.quote-card-top::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .quote-card-top {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    padding: 1rem;
  }
}

.quote-card-bottom {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.5rem;
}

summary.quote-card-bottom::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .quote-card-bottom {
    padding: 1rem;
  }
}

.task-info-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .task-info-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.task-overview-card {
  display: flex;
  width: 100%;
  max-width: 56rem;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

summary.task-overview-card::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .task-overview-card {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.task-overview-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

summary.task-overview-wrapper::-webkit-details-marker {
  display: none
}

.step-card {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

summary.step-card::-webkit-details-marker {
  display: none
}

.step-card-num {
  z-index: 10;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

summary.step-card-num::-webkit-details-marker {
  display: none
}

.step-card-inner {
  margin-top: -1.75rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2.75rem;
  padding-bottom: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

summary.step-card-inner::-webkit-details-marker {
  display: none
}

.step-card:nth-child(1) {
  animation-duration: 0.5s;
}

.step-card:nth-child(2) {
  animation-duration: 0.75s;
}

.step-card:nth-child(3) {
  animation-duration: 1s;
}

.step-card:nth-child(4) {
  animation-duration: 1.25s;
}

.step-card:nth-child(5) {
  animation-duration: 1.5s;
}

.review-modal-btn {
  display: flex;
  max-height: 8rem;
  cursor: pointer;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: transparent;
  padding: 0.25rem;
  text-align: left;
}

summary.review-modal-btn::-webkit-details-marker {
  display: none
}

.review-modal-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.review-card-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

summary.review-card-wrapper::-webkit-details-marker {
  display: none
}

.review-card-wrapper.animate-fade-in-up {
  animation-duration: 0.75s;
}

.note-wrapper {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  background-color: rgb(0 167 225 / 0.2);
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.form-item-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

summary.form-item-wrapper::-webkit-details-marker {
  display: none
}

.form-item-hidden-wrapper {
  margin-top: 0.5rem;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: 1.5rem;
}

.check-input {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  accent-color: #00269a;
}

.check-input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.check-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.radio-input {
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(155 155 155 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.radio-input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.radio-input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.disabled-radio {
  opacity: 0.4;
}

.text-input {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.text-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.text-input:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.text-input:disabled::-moz-placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input:disabled::placeholder {
  color: rgb(28 28 28 / 0.4);
}

input[type="file"].text-input:focus {
  outline-color: #00a7e1;
}

.text-input-label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}

.date-input-label {
  width: 100%;
  cursor: default;
  border-width: 0px;
  padding: 0px;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}

.date-input-label:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.text-input-compact {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.text-input-compact:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.text-input-compact:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.text-input-compact:disabled::-moz-placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input-compact:disabled::placeholder {
  color: rgb(28 28 28 / 0.4);
}

input[type="file"].text-input-compact:focus {
  outline-color: #00a7e1;
}

.text-input-compact-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}

.text-input-icon {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.text-input-icon:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.text-input-icon:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon:disabled::-moz-placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon:disabled::placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon-compact {
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 0.5rem;
}

.text-input-icon-compact:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.text-input-icon-compact:disabled {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon-compact:disabled::-moz-placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon-compact:disabled::placeholder {
  color: rgb(28 28 28 / 0.4);
}

.text-input-icon-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

summary.text-input-icon-wrapper::-webkit-details-marker {
  display: none
}

.input-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

summary.input-error::-webkit-details-marker {
  display: none
}

.input-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 188 139 / var(--tw-text-opacity, 1));
}

summary.input-success::-webkit-details-marker {
  display: none
}

.input-compact-error {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(233 0 0 / var(--tw-text-opacity, 1));
}

summary.input-compact-error::-webkit-details-marker {
  display: none
}

.input-compact-success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 188 139 / var(--tw-text-opacity, 1));
}

summary.input-compact-success::-webkit-details-marker {
  display: none
}

.radio-label-wrapper {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.peer:checked ~ .radio-label-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1));
}

[type="search"],
[type="email"],
[type="url"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  background-color: transparent;
}

[type='checkbox'] {
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

select[multiple]:focus option:checked {
  background: #00a7e1 linear-gradient(0deg, #00a7e1 0%, #00a7e1 100%);
  color: #00269a;
}

[type="search"]:focus {
  --tw-ring-shadow: none;
}

.lang-select {
  width: 100%;
  max-width: 42rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lang-select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.group.errors .lang-select {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.group.errors .lang-select:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

select[name="action"] {
  width: 100%;
  width: 18rem;
  max-width: 42rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

select[name="action"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 167 225 / var(--tw-ring-opacity, 1));
}

.group.errors select[name="action"] {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.group.errors select[name="action"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.radio-option {
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-direction: column;
  gap: 0.5rem;
}

summary.radio-option::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .radio-option {
    width: 18rem;
  }
}

.radio-button {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
}

.radio-label {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.radio-button-checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1));
}

input[type="password"]
{
  font: large sans-serif;
  letter-spacing: 2px;
}

.star-radio input[type="radio"] {
  display: none;
}

.star-radio label {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  background-image: url("/static/img/star.e55781073218.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.star-radio-checked label, .star-radio input[type="radio"]:checked + label {
  opacity: 1;
}

.choices__input {
  margin-bottom: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.choices__list--multiple .choices__item {
  margin-bottom: 0px !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1)) !important;
}

.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded] {
  top: 100% !important;
  bottom: auto !important;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 11rem !important;
}

@media (min-width: 768px) {
  .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    max-height: 300px !important;
  }
}

.choices__list[role="listbox"] {
  .choices__placeholder {
    display: none;
  }
}

.choices__input .choices__input--cloned {
  width: -moz-fit-content;
  width: fit-content;
}

.file-input-btn {
  position: absolute;
  left: 0px;
  cursor: pointer;
  opacity: 0;
}

.task-message-form {
  .trix-button-group {
    border-radius: 0.375rem;
  }
  .django-prose-editor-container trix-toolbar .trix-button {
    border-color: transparent;
  }
  .django-prose-editor-container trix-toolbar .trix-button {
    background-color: transparent !important;
  }
  .django-prose-editor-container {
    position: relative;
  }
  .django-prose-editor-container {
    max-height: 12rem;
  }
  .django-prose-editor-container {
    width: 100%;
  }
  .django-prose-editor-container {
    trix-toolbar {
      position: fixed;
    }
    trix-toolbar {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    trix-toolbar {
      padding: 0.125rem;
    }
  }
  .trix-button-group {
    margin-bottom: 0px !important;
  }
  .trix-button-group--history-tools {
    display: none;
  }
  .django-prose-editor {
    margin-top: 2.5rem;
  }
  .django-prose-editor {
    ol {
      list-style-type: decimal;
    }
    ul {
      list-style-type: disc;
    }
  }
}

.task-label {
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-weight: 600;
}

.task-request-label {
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-weight: 600;
}

.quote-label {
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-weight: 600;
}

.quote-label-pending {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.quote-label-rejected {
  background-color: rgb(233 0 0 / 0.2);
}

.quote-label-accepted {
  --tw-bg-opacity: 1;
  background-color: rgb(0 187 180 / var(--tw-bg-opacity, 1));
}

.quote-label-cancelled {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.quote-label-expired {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.task-label-pending {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.task-label-completed {
  --tw-bg-opacity: 1;
  background-color: rgb(0 187 180 / var(--tw-bg-opacity, 1));
}

.task-label-blocked {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.task-label-cancelled {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.task-request-label-accepted {
  --tw-bg-opacity: 1;
  background-color: rgb(0 187 180 / var(--tw-bg-opacity, 1));
}

.task-request-label-pending {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.task-request-label-expired {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.task-request-label-cancelled {
  background-color: rgb(233 0 0 / 0.2);
}

.category-list-label {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 182 0 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .category-list-label {
    height: 5rem;
    padding: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.generic-page-layout {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  display: flex;
  min-height: calc(100vh - 96px);
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

summary.generic-page-layout::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .generic-page-layout {
    margin-top: 6rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hero-banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 100%;
  background-color: rgb(0 167 225 / 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .hero-banner-wrapper {
    margin-top: 6rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.generic-banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 167 225 / 0.2);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

summary.generic-banner-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .generic-banner-wrapper {
    margin-top: 5rem;
    padding-top: 6rem;
  }
}

.generic-banner-inner-row {
  display: flex;
  width: 100%;
  max-width: 1280px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

summary.generic-banner-inner-row::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .generic-banner-inner-row {
    flex-direction: row;
    gap: 4rem;
  }
}

.generic-banner-inner-col {
  display: flex;
  max-width: 56rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

summary.generic-banner-inner-col::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .generic-banner-inner-col {
    gap: 2rem;
  }
}

.gap-lg {
  gap: 2rem;
}

@media (min-width: 768px) {
  .gap-lg {
    gap: 4rem;
  }
}

.gap-md {
  gap: 2rem;
}

@media (min-width: 768px) {
  .gap-md {
    gap: 3rem;
  }
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

summary.title-wrapper::-webkit-details-marker {
  display: none
}

.secondary-light-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 217 37 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  text-align: center;
}

.center-absolute-y {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  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));
}

.form-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dashboard-inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 72rem;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

summary.dashboard-inner-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .dashboard-inner-wrapper {
    gap: 2.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.dashboard-empty-state-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

summary.dashboard-empty-state-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .dashboard-empty-state-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.dashboard-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

summary.dashboard-title-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .dashboard-title-wrapper {
    align-items: flex-start;
    text-align: left;
  }
}

.task-detail-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.5rem;
  background-color: rgb(0 167 225 / 0.5);
  padding: 1rem;
  text-align: left;
}

summary.task-detail-wrapper::-webkit-details-marker {
  display: none
}

.section-base-col {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  max-width: 72rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

summary.section-base-col::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .section-base-col {
    margin-top: 2rem;
    gap: 2rem;
  }
}

.section-base-row {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

summary.section-base-row::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .section-base-row {
    margin-top: 2rem;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }
}

.section-base-row-reverse {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

summary.section-base-row-reverse::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .section-base-row-reverse {
    margin-top: 2rem;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 2rem;
  }
}

.primary-cta-wrapper {
  width: 100%;
  background-color: rgb(0 167 225 / 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .primary-cta-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.primary-cta-inner-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 36rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

summary.primary-cta-inner-wrapper::-webkit-details-marker {
  display: none
}

.contact-inner-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

summary.contact-inner-layout::-webkit-details-marker {
  display: none
}

.category-list-col {
  width: 100%;
}

.category-inner-wrapper {
  width: 100%;
  border-radius: 0.75rem;
  background-color: rgb(0 167 225 / 0.2);
}

.category-items-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}

summary.category-items-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .category-items-wrapper {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}

.step-cards-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: -10rem;
  display: grid;
  max-width: 1024px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .step-cards-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

::backdrop {
  background-color: rgb(155 155 155 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.2;
}

.modal-background-animation {
  animation: fadeInBg 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.modal-animation {
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.out .modal-background-animation {
  animation: fadeOutBg 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.out .modal-animation {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeInBg {
  0% {
    --tw-bg-opacity: 0;
  }

  100% {
    --tw-bg-opacity: 0.5;
  }
}

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutBg {
  0% {
    --tw-bg-opacity: 0.5;
  }

  100% {
    --tw-bg-opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.nav-wrapper {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(51 51 51 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 768px) {
  .nav-wrapper {
    height: 6rem;
  }
}

.nav-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  max-width: 1280px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

summary.nav-inner::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .nav-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

summary.nav-logo::-webkit-details-marker {
  display: none
}

.nav-logo-icon {
  height: 1.5rem;
  width: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.nav-logo-text {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.nav-menu-icon {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-menu-icon:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-notification {
  margin-bottom: -1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 1.125rem;
}

.nav-menu-item,
.nav-menu-item-active {
  margin-bottom: -1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 1.125rem;
}

.nav-menu-item:hover,
.nav-menu-item-active:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

summary.nav-link::-webkit-details-marker {
  display: none
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .nav-link {
    border-style: none;
    padding: 0px;
  }
}

.dashboard-menu-wrapper {
  display: flex;
  width: 100%;
  list-style-type: none !important;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

summary.dashboard-menu-wrapper::-webkit-details-marker {
  display: none
}

@media (min-width: 1024px) {
  .dashboard-menu-wrapper {
    align-items: flex-start;
  }
}

.nav-dropdown {
  display: flex;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
}

summary.nav-dropdown::-webkit-details-marker {
  display: none
}

@media (min-width: 1024px) {
  .nav-dropdown {
    position: relative;
  }
}

.show-nav-dropdown {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}

.hide-nav-dropdown {
  pointer-events: none;
  display: none;
  --tw-translate-y: -2.5rem;
  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));
  opacity: 0;
}

@media (min-width: 768px) {
  .hide-nav-dropdown {
    display: flex;
  }
}

.nav-dropdown-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

summary.nav-dropdown-toggle::-webkit-details-marker {
  display: none
}

.nav-dropdown-toggle-icon {
  display: block;
}

@media (min-width: 768px) {
  .nav-dropdown-toggle-icon {
    display: none;
  }
}

.nav-dropdown-menu {
  top: 3.5rem;
  left: 0px;
  z-index: 50;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .nav-dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }

  .nav-dropdown-menu:hover {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .nav-dropdown-menu {
    top: 2rem;
  }
}

.nav-dropdown-menu-inner {
  display: flex;
  width: 100%;
  overflow: hidden;
  --tw-border-opacity: 1;
  border-color: rgb(0 167 225 / var(--tw-border-opacity, 1));
}

summary.nav-dropdown-menu-inner::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .nav-dropdown-menu-inner {
    max-height: 24rem;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .nav-dropdown-menu-inner {
    min-width: 713px;
    max-width: 24rem;
  }
}

.nav-dropdown-menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.nav-dropdown-menu-list {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .nav-dropdown-menu-list {
    -moz-columns: 4;
         columns: 4;
    padding: 1rem;
  }
}

.nav-dropdown-link {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .nav-dropdown-link {
    border-width: 0px;
    padding-bottom: 0px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.nav-category-wrapper {
  display: none;
  width: 25%;
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .nav-category-wrapper {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.nav-category-btn {
  cursor: pointer;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.nav-category-btn:hover {
  opacity: 1;
}

.slider-container {
  position: relative;
  height: 430px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .slider-container {
    width: 576px;
  }
}

.slider {
  display: flex;
  height: 100%;
  width: 100%;
  transition-property: transform;
  transition-duration: 150ms;
  transition-duration: 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

summary.slider::-webkit-details-marker {
  display: none
}

.slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slide {
    width: 576px;
  }
}

.slide-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide-img-scale {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
  transition-duration: 10s;
  transition-timing-function: linear;
}

.slide-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  padding: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

summary.slide-overlay::-webkit-details-marker {
  display: none
}

.icon-sm {
  height: 1rem;
  width: 1rem;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

.messages-container {
  position: fixed;
  top: 8rem;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.messages-container-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 28rem;
  cursor: default;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

summary.messages-container-wrapper::-webkit-details-marker {
  display: none
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

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

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

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-full {
  width: 100%;
}

.min-w-24 {
  min-width: 6rem;
}

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

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

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

.max-w-60 {
  max-width: 15rem;
}

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

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.transform {
  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));
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.animate-fade-in-up {
  animation: fade-in-up ease-in-out;
}

@keyframes primary-scroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.animate-primary-scroll {
  animation: 20s linear 0s infinite normal none running primary-scroll;
}

@keyframes secondary-scroll {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

.animate-secondary-scroll {
  animation: 20s linear 0s infinite normal none running secondary-scroll;
}

.cursor-pointer {
  cursor: pointer;
}

.\!list-none {
  list-style-type: none !important;
}

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

.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-dashboard {
  grid-template-columns: 16rem minmax(0, 1fr);
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.text-pretty {
  text-wrap: pretty;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

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

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

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 188 139 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 38 154 / var(--tw-border-opacity, 1));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 182 0 / var(--tw-border-opacity, 1));
}

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

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.bg-gray-extra-light {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 188 139 / var(--tw-bg-opacity, 1));
}

.bg-green\/20 {
  background-color: rgb(0 188 139 / 0.2);
}

.bg-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 38 154 / var(--tw-bg-opacity, 1));
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(0 167 225 / var(--tw-bg-opacity, 1));
}

.bg-primary-light\/20 {
  background-color: rgb(0 167 225 / 0.2);
}

.bg-primary-light\/50 {
  background-color: rgb(0 167 225 / 0.5);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(233 0 0 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 182 0 / var(--tw-bg-opacity, 1));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.stroke-2 {
  stroke-width: 2;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-64 {
  padding-bottom: 16rem;
}

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

.pb-80 {
  padding-bottom: 20rem;
}

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

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

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

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

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

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

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

.font-cera {
  font-family: Cera Round, sans-serif;
}

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-3 {
  line-height: .75rem;
}

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

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.text-dark-light {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.text-gray-extra-dark {
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity, 1));
}

.text-orange-light {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 182 0 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.content-pages-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 48rem;
  flex-direction: column;
  gap: 1.5rem;
}

summary.content-pages-wrapper::-webkit-details-marker {
  display: none
}

.faq-answer {
  a {
    display: inline !important;
  }
  a {
    display: inline;
  }
  a {
    width: -moz-fit-content;
    width: fit-content;
  }
  a {
    cursor: pointer;
  }
  a {
    border-bottom-width: 2px;
  }
  a {
    border-color: transparent;
  }
  a {
    padding-bottom: 0.125rem;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  }
  a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 200ms;
  }
  a {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(1 26 101 / var(--tw-text-opacity, 1));
  }
  a:active {
    --tw-border-opacity: 1;
    border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  }
  a:active {
    --tw-text-opacity: 1;
    color: rgb(1 26 101 / var(--tw-text-opacity, 1));
  }
  a:disabled {
    pointer-events: none;
  }
  a:disabled {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity, 1));
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 1rem;
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1rem;
  }
  li::marker {
    --tw-text-opacity: 1;
    color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  }
  blockquote {
    position: relative;
  }
  blockquote {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  blockquote {
    width: -moz-fit-content;
    width: fit-content;
  }
  blockquote {
    font-style: italic;
  }
  blockquote:before {
    content: "”";
  }
  blockquote:before {
    position: absolute;
  }
  blockquote:before {
    bottom: 0px;
  }
  blockquote:before {
    left: -1.25rem;
  }
  blockquote:before {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  blockquote:before {
    font-weight: 600;
  }
  blockquote:before {
    --tw-text-opacity: 1;
    color: rgb(0 167 225 / var(--tw-text-opacity, 1));
  }
  blockquote:after {
    content: "„";
  }
  blockquote:after {
    position: absolute;
  }
  blockquote:after {
    top: -0.5rem;
  }
  blockquote:after {
    right: -1.5rem;
  }
  blockquote:after {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  blockquote:after {
    font-weight: 600;
  }
  blockquote:after {
    --tw-text-opacity: 1;
    color: rgb(0 167 225 / var(--tw-text-opacity, 1));
  }
}

.django-prose-editor, .content-pages-wrapper {
  h1 {
    font-weight: 700;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  a {
    display: inline;
  }
  a {
    width: -moz-fit-content;
    width: fit-content;
  }
  a {
    cursor: pointer;
  }
  a {
    border-bottom-width: 2px;
  }
  a {
    border-color: transparent;
  }
  a {
    padding-bottom: 0.125rem;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  }
  a {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 200ms;
  }
  a {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(1 26 101 / var(--tw-text-opacity, 1));
  }
  a:active {
    --tw-border-opacity: 1;
    border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  }
  a:active {
    --tw-text-opacity: 1;
    color: rgb(1 26 101 / var(--tw-text-opacity, 1));
  }
  a:disabled {
    pointer-events: none;
  }
  a:disabled {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity, 1));
  }
  ol {
    list-style-type: decimal;
  }
  ol {
    padding-left: 1rem;
  }
  ol {
    li::marker {
      font-weight: 700;
    }
  }
  ul {
    list-style-type: disc;
  }
  ul {
    padding-left: 1rem;
  }
  ul {
    ul > :not([hidden]) ~ :not([hidden]), ol > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }
    ul, ol {
      padding-left: 1rem;
    }
    ul, ol {
      list-style-type: none;
    }
    ul, ol {
      counter-reset: lowerGreekList;
    }
    ul li::before, ol li::before {
      content: counter(lowerGreekList, lower-greek) '. ';
      counter-increment: lowerGreekList;
    }
    ul, ol {
      li::marker {
        font-weight: 700;
      }
    }
  }
}

summary.flex::-webkit-details-marker {
  display: none
}

details:not([open]) {
  .show-more-btn {
    display: inline-block;
  }
  .show-less-btn {
    display: none;
  }
}

details[open] {
  .show-more-btn {
    display: none;
  }
  .show-less-btn {
    display: inline-block;
  }
}

.animation-container {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

summary.animation-container::-webkit-details-marker {
  display: none
}

@media (min-width: 768px) {
  .animation-container {
    gap: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
}

.animation-wrapper {
  position: relative;
  height: 620px;
}

.animation-omnicontainer:hover {
  .animation-container {
    animation-play-state: paused;
  }
}

.payments-field-group-online {
  display: none;
  .payments-field-group:has(input[name=payment_method_type][value=ONLINE]:checked)~& {
    display: block;
  }
}

.attachment a {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-bottom-width: 2px;
  border-color: transparent;
  padding-bottom: 0.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.attachment a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.attachment a:active {
  --tw-border-opacity: 1;
  border-color: rgb(1 26 101 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 26 101 / var(--tw-text-opacity, 1));
}

.attachment a:disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.form-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  a {
    text-decoration-line: underline;
  }
}

.last\:hidden:last-child {
  display: none;
}

.hover\:shadow-hover-primary:hover {
  --tw-shadow: 0 0 24px 0 rgba(0, 167, 225, 0.45);
  --tw-shadow-colored: 0 0 24px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:-rotate-90 {
  --tw-rotate: -90deg;
  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));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 38 154 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:outline {
  outline-style: solid;
}

.group:hover .group-hover\:outline-primary-light {
  outline-color: #00a7e1;
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:max-h-80 {
    max-height: 20rem;
  }

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

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

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

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

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

  .md\:max-w-\[480px\] {
    max-width: 480px;
  }

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

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

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

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

  .lg\:w-\[900px\] {
    width: 900px;
  }

  .lg\:w-\[calc\(100\%-16rem\)\] {
    width: calc(100% - 16rem);
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

@media print {
  .print\:hidden {
    display: none;
  }
}
