/*
! tailwindcss v3.3.3 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-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] {
  display: none;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[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, [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: #1C64F2;
  --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: #1C64F2;
}

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

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  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: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[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");
  background-size: 1em 1em;
}

.dark [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");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[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 auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-inline-start: -1rem;
  margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  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(4px + 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: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-Thin-dd94d69c5a9e1aee95f3cbeee0be8cec698e1c8bcae289b08d417d9d80c20e0c.ttf);

  font-weight: 100;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-ExtraLight-528f0646b8e89ffdc244d20666d7a9566e0de2839f687065834c58417091ddc8.ttf);

  font-weight: 200;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-Light-3367310726b0c6248a017d9ded774be246255086d79b31525cd7cf3b95026571.ttf);

  font-weight: 300;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-Regular-f7b9180117cdd0ef401c2ebf7698b706d17ed5a2da5fe63b6f77b9debd894065.ttf);

  font-weight: 400;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-Medium-bf94f673ae404c8e829c0d135970f209cebb53e01e3af9b0d6643bc2f605f202.ttf);

  font-weight: 500;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-SemiBold-46c4779b3b97e71ea4a7e6cce2c71660c0fc47dea101e4573a7e29131b4481cc.ttf);

  font-weight: 600;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-Bold-6df2ce85f66ac406a61c031f764e706510ba737b00530ce1ee4df80bffe394df.ttf);

  font-weight: 700;
}

@font-face {
  font-family: Catamaran;

  src: url(/assets/Catamaran-ExtraBold-2806dcaa4bf8c18b0eaea58be3d19a207dae7743ae50c0e67647a1ad0f0157f8.ttf);

  font-weight: 800;
}

html {
  font-family: "Catamaran";
  font-size: 1rem !important;
}

h1,
	h2,
	h3,
	h4
	.font-medium {
  font-weight: 600 !important;
}

*, ::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(63 131 248 / 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:  ;
}

::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(63 131 248 / 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[60px\] {
  bottom: 60px;
}

.left-0 {
  left: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-\[-15\.5px\] {
  right: -15.5px;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

.top-\[45\%\] {
  top: 45%;
}

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

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

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

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

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

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

.z-\[2000\] {
  z-index: 2000;
}

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

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

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

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

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

.ml-\[-15px\] {
  margin-left: -15px;
}

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

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

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

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

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

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

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[14rem\] {
  height: 14rem;
}

.h-\[16\.5rem\] {
  height: 16.5rem;
}

.h-\[28rem\] {
  height: 28rem;
}

.h-\[33rem\] {
  height: 33rem;
}

.h-\[450px\] {
  height: 450px;
}

.h-\[5\.5rem\] {
  height: 5.5rem;
}

.h-\[5rem\] {
  height: 5rem;
}

.h-\[6rem\] {
  height: 6rem;
}

.h-\[7rem\] {
  height: 7rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.min-h-\[100px\] {
  min-height: 100px;
}

.min-h-\[10rem\] {
  min-height: 10rem;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-\[16rem\] {
  min-height: 16rem;
}

.min-h-\[24rem\] {
  min-height: 24rem;
}

.min-h-\[25rem\] {
  min-height: 25rem;
}

.min-h-\[30rem\] {
  min-height: 30rem;
}

.min-h-\[5rem\] {
  min-height: 5rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[6rem\] {
  width: 6rem;
}

.w-\[7rem\] {
  width: 7rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

.min-w-\[667px\] {
  min-width: 667px;
}

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --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));
}

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

.-translate-y-1\/2 {
  --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));
}

.-translate-y-full {
  --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));
}

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

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

.translate-y-full {
  --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));
}

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

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

.transform-none {
  transform: none;
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-move {
  cursor: move;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-\[4px\] {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-light-dark {
  --tw-border-opacity: 1;
  border-color: rgb(226 230 234 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(32 74 173 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(251 87 87 / var(--tw-border-opacity));
}

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

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(32 74 173 / var(--tw-border-opacity));
}

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

.border-r-primary {
  --tw-border-opacity: 1;
  border-right-color: rgb(32 74 173 / var(--tw-border-opacity));
}

.border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(32 74 173 / var(--tw-border-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(33 37 41 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(32 74 173 / var(--tw-bg-opacity));
}

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 206 / var(--tw-bg-opacity));
}

.bg-primary-opacity {
  background-color: rgb(32 71 165 / 91%);
}

.bg-primary-opacitylight {
  background-color: #d7e2efe0;
}

.bg-primary-soft {
  --tw-bg-opacity: 1;
  background-color: rgb(187 200 230 / var(--tw-bg-opacity));
}

.bg-primary-ultradark {
  --tw-bg-opacity: 1;
  background-color: rgb(31 39 66 / var(--tw-bg-opacity));
}

.bg-primary-ultrasoft {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 213 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(251 87 87 / var(--tw-bg-opacity));
}

.bg-special-red {
  --tw-bg-opacity: 1;
  background-color: rgb(170 9 8 / var(--tw-bg-opacity));
}

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

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

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.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-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

.tracking-tighter {
  letter-spacing: -0.05em;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(32 74 173 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(251 87 87 / var(--tw-text-opacity));
}

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

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

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-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;
}

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

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

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

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

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

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

.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{
  color:var(--adp-color-other-month)
}

.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{
  color:var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{
  color:var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{
  color:#fff;
  background:var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{
  background:var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{
  background-color:var(--adp-background-color-in-range);
  color:var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{
  background-color:var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{
  background:none;
  border:none
}

.air-datepicker-cell{
  border-radius:var(--adp-cell-border-radius);
  box-sizing:border-box;
  cursor:pointer;
  display:flex;
  position:relative;
  align-items:center;
  justify-content:center;
  z-index:1
}

.air-datepicker-cell.-focus-{
  background:var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current-{
  color:var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus-{
  color:var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range-{
  color:var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled-{
  cursor:default;
  color:var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus-{
  color:var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range-{
  color:var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus-{
  color:var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range-{
  background:var(--adp-cell-background-color-in-range);
  border-radius:0
}

.air-datepicker-cell.-in-range-:hover{
  background:var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from-{
  border:1px solid var(--adp-cell-border-color-in-range);
  background-color:var(--adp-cell-background-color-in-range);
  border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to-{
  border:1px solid var(--adp-cell-border-color-in-range);
  background-color:var(--adp-cell-background-color-in-range);
  border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from-{
  border-radius:var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected-{
  color:#fff;
  border:none;
  background:var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-current-{
  color:#fff;
  background:var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus-{
  background:var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body{
  transition:all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden-{
  display:none
}

.air-datepicker-body--day-names{
  display:grid;
  grid-template-columns:repeat(7, var(--adp-day-cell-width));
  margin:8px 0 3px
}

.air-datepicker-body--day-name{
  color:var(--adp-day-name-color);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1;
  text-align:center;
  text-transform:uppercase;
  font-size:.8em
}

.air-datepicker-body--day-name.-clickable-{
  cursor:pointer
}

.air-datepicker-body--day-name.-clickable-:hover{
  color:var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells{
  display:grid
}

.air-datepicker-body--cells.-days-{
  grid-template-columns:repeat(7, var(--adp-day-cell-width));
  grid-auto-rows:var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months-{
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows:var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years-{
  grid-template-columns:repeat(4, 1fr);
  grid-auto-rows:var(--adp-year-cell-height)
}

.air-datepicker-nav{
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid var(--adp-border-color-inner);
  min-height:var(--adp-nav-height);
  padding:var(--adp-padding);
  box-sizing:content-box
}

.-only-timepicker- .air-datepicker-nav{
  display:none
}

.air-datepicker-nav--title,.air-datepicker-nav--action{
  display:flex;
  cursor:pointer;
  align-items:center;
  justify-content:center
}

.air-datepicker-nav--action{
  width:var(--adp-nav-action-size);
  border-radius:var(--adp-border-radius);
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.air-datepicker-nav--action:hover{
  background:var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active{
  background:var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled-{
  visibility:hidden
}

.air-datepicker-nav--action svg{
  width:32px;
  height:32px
}

.air-datepicker-nav--action path{
  fill:none;
  stroke:var(--adp-nav-arrow-color);
  stroke-width:2px
}

.air-datepicker-nav--title{
  border-radius:var(--adp-border-radius);
  padding:0 8px
}

.air-datepicker-nav--title i{
  font-style:normal;
  color:var(--adp-nav-color-secondary);
  margin-left:.3em
}

.air-datepicker-nav--title:hover{
  background:var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active{
  background:var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled-{
  cursor:default;
  background:none
}

.air-datepicker-buttons{
  display:grid;
  grid-auto-columns:1fr;
  grid-auto-flow:column
}

.air-datepicker-button{
  display:inline-flex;
  color:var(--adp-btn-color);
  border-radius:var(--adp-btn-border-radius);
  cursor:pointer;
  height:var(--adp-btn-height);
  border:none;
  background:rgba(255,255,255,0)
}

.air-datepicker-button:hover{
  color:var(--adp-btn-color-hover);
  background:var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus{
  color:var(--adp-btn-color-hover);
  background:var(--adp-btn-background-color-hover);
  outline:none
}

.air-datepicker-button:active{
  background:var(--adp-btn-background-color-active)
}

.air-datepicker-button span{
  outline:none;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%
}

.air-datepicker-time{
  display:grid;
  grid-template-columns:max-content 1fr;
  grid-column-gap:12px;
  align-items:center;
  position:relative;
  padding:0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time{
  border-top:none
}

.air-datepicker-time--current{
  display:flex;
  align-items:center;
  flex:1;
  font-size:14px;
  text-align:center
}

.air-datepicker-time--current-colon{
  margin:0 2px 3px;
  line-height:1
}

.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{
  line-height:1;
  font-size:19px;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  position:relative;
  z-index:1
}

.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{
  content:"";
  background:var(--adp-background-color-hover);
  border-radius:var(--adp-border-radius);
  position:absolute;
  left:-2px;
  top:-3px;
  right:-2px;
  bottom:-2px;
  z-index:-1;
  opacity:0
}

.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{
  opacity:1
}

.air-datepicker-time--current-ampm{
  text-transform:uppercase;
  align-self:flex-end;
  color:var(--adp-time-day-period-color);
  margin-left:6px;
  font-size:11px;
  margin-bottom:1px
}

.air-datepicker-time--row{
  display:flex;
  align-items:center;
  font-size:11px;
  height:17px;
  background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child{
  margin-bottom:4px
}

.air-datepicker-time--row input[type=range]{
  background:none;
  cursor:pointer;
  flex:1;
  height:100%;
  width:100%;
  padding:0;
  margin:0;
  -webkit-appearance:none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip{
  display:none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{
  border-color:var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{
  border-color:var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb{
  border-color:var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus{
  outline:none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{
  background:var(--adp-cell-background-color-selected);
  border-color:var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{
  background:var(--adp-cell-background-color-selected);
  border-color:var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb{
  background:var(--adp-cell-background-color-selected);
  border-color:var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{
  box-sizing:border-box;
  height:12px;
  width:12px;
  border-radius:3px;
  border:1px solid var(--adp-time-track-color);
  background:#fff;
  cursor:pointer;
  -webkit-transition:background var(--adp-transition-duration);
  transition:background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb{
  box-sizing:border-box;
  height:12px;
  width:12px;
  border-radius:3px;
  border:1px solid var(--adp-time-track-color);
  background:#fff;
  cursor:pointer;
  -moz-transition:background var(--adp-transition-duration);
  transition:background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb{
  box-sizing:border-box;
  height:12px;
  width:12px;
  border-radius:3px;
  border:1px solid var(--adp-time-track-color);
  background:#fff;
  cursor:pointer;
  -ms-transition:background var(--adp-transition-duration);
  transition:background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{
  margin-top:calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{
  border:none;
  height:var(--adp-time-track-height);
  cursor:pointer;
  color:rgba(0,0,0,0);
  background:rgba(0,0,0,0)
}

.air-datepicker-time--row input[type=range]::-moz-range-track{
  border:none;
  height:var(--adp-time-track-height);
  cursor:pointer;
  color:rgba(0,0,0,0);
  background:rgba(0,0,0,0)
}

.air-datepicker-time--row input[type=range]::-ms-track{
  border:none;
  height:var(--adp-time-track-height);
  cursor:pointer;
  color:rgba(0,0,0,0);
  background:rgba(0,0,0,0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower{
  background:rgba(0,0,0,0)
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper{
  background:rgba(0,0,0,0)
}

.air-datepicker{
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay{
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99
}

.air-datepicker{
  background:var(--adp-background-color);
  border:1px solid var(--adp-border-color);
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  border-radius:var(--adp-border-radius);
  box-sizing:content-box;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:repeat(4, max-content);
  grid-template-areas:var(--adp-grid-areas);
  font-family:var(--adp-font-family),sans-serif;
  font-size:var(--adp-font-size);
  color:var(--adp-color);
  width:var(--adp-width);
  position:absolute;
  transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index:var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-){
  opacity:0
}

.air-datepicker.-from-top-{
  transform:translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right-{
  transform:translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom-{
  transform:translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left-{
  transform:translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-){
  transform:translate(0, 0);
  opacity:1
}

.air-datepicker.-active-.-custom-position-{
  transition:none
}

.air-datepicker.-inline-{
  border-color:var(--adp-border-color-inline);
  box-shadow:none;
  position:static;
  left:auto;
  right:auto;
  opacity:1;
  transform:none
}

.air-datepicker.-inline- .air-datepicker--pointer{
  display:none
}

.air-datepicker.-is-mobile-{
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position:fixed;
  width:var(--adp-mobile-width);
  border:none
}

.air-datepicker.-is-mobile- *{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer{
  display:none
}

.air-datepicker.-is-mobile-:not(.-custom-position-){
  transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){
  transform:translate(-50%, -50%)
}

.air-datepicker.-custom-position-{
  transition:none
}

.air-datepicker-global-container{
  position:absolute;
  left:0;
  top:0
}

.air-datepicker--pointer{
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position:absolute;
  width:var(--adp-pointer-size);
  height:var(--adp-pointer-size);
  z-index:-1
}

.air-datepicker--pointer:after{
  content:"";
  position:absolute;
  background:#fff;
  border-top:1px solid var(--adp-border-color-inline);
  border-right:1px solid var(--adp-border-color-inline);
  border-top-right-radius:var(--adp-poiner-border-radius);
  width:var(--adp-pointer-size);
  height:var(--adp-pointer-size);
  box-sizing:border-box
}

.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{
  top:calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{
  transform:rotate(135deg)
}

.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{
  right:calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{
  transform:rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{
  bottom:calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{
  transform:rotate(315deg)
}

.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{
  left:calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{
  transform:rotate(45deg)
}

.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{
  left:var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{
  right:var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{
  left:calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{
  top:var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{
  bottom:var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{
  top:calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation{
  grid-area:nav
}

.air-datepicker--content{
  box-sizing:content-box;
  padding:var(--adp-padding);
  grid-area:body
}

.-only-timepicker- .air-datepicker--content{
  display:none
}

.air-datepicker--time{
  grid-area:timepicker
}

.air-datepicker--buttons{
  grid-area:buttons
}

.air-datepicker--buttons,.air-datepicker--time{
  padding:var(--adp-padding);
  border-top:1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay{
  position:fixed;
  background:var(--adp-overlay-background-color);
  left:0;
  top:0;
  width:0;
  height:0;
  opacity:0;
  transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;
  transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);
  z-index:var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active-{
  opacity:1;
  width:100%;
  height:100%;
  transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s
}

.tabulator{
  position:relative;
  border:1px solid #999;
  background-color:#888;
  font-size:14px;
  text-align:left;
  overflow:hidden;
  transform:translateZ(0)
}

.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table{
  min-width:100%
}

.tabulator[tabulator-layout=fitDataTable]{
  display:inline-block
}

.tabulator.tabulator-block-select{
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.tabulator .tabulator-header{
  position:relative;
  box-sizing:border-box;
  width:100%;
  border-bottom:1px solid #999;
  background-color:#e6e6e6;
  color:#555;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none
}

.tabulator .tabulator-header.tabulator-header-hidden{
  display:none
}

.tabulator .tabulator-header .tabulator-header-contents{
  position:relative;
  overflow:hidden
}

.tabulator .tabulator-header .tabulator-header-contents .tabulator-headers{
  display:inline-block
}

.tabulator .tabulator-header .tabulator-col{
  display:inline-flex;
  position:relative;
  box-sizing:border-box;
  flex-direction:column;
  justify-content:flex-start;
  border-right:1px solid #aaa;
  background:#e6e6e6;
  text-align:left;
  vertical-align:bottom;
  overflow:hidden
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving{
  position:absolute;
  border:1px solid #999;
  background:#cdcdcd;
  pointer-events:none
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content{
  box-sizing:border-box;
  position:relative;
  padding:4px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button{
  padding:0 8px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button:hover{
  cursor:pointer;
  opacity:.6
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder{
  position:relative
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title{
  box-sizing:border-box;
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align:bottom
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title.tabulator-col-title-wrap{
  white-space:normal;
  text-overflow:clip
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor{
  box-sizing:border-box;
  width:100%;
  border:1px solid #999;
  padding:1px;
  background:#fff
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-popup-button+.tabulator-title-editor{
  width:calc(100% - 22px)
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  display:flex;
  align-items:center;
  position:absolute;
  top:0;
  bottom:0;
  right:4px
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  width:0;
  height:0;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:6px solid #bbb
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{
  position:relative;
  display:flex;
  border-top:1px solid #aaa;
  overflow:hidden;
  margin-right:-1px
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter{
  position:relative;
  box-sizing:border-box;
  margin-top:2px;
  width:100%;
  text-align:center
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea{
  height:auto!important
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg{
  margin-top:3px
}

.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear{
  width:0;
  height:0
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{
  padding-right:25px
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover{
    cursor:pointer;
    background-color:#cdcdcd
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter{
  color:#bbb
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    cursor:pointer;
    border-bottom:6px solid #555
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-top:none;
  border-bottom:6px solid #bbb
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter{
  color:#666
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    cursor:pointer;
    border-bottom:6px solid #555
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-top:none;
  border-bottom:6px solid #666
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter{
  color:#666
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter.tabulator-col-sorter-element .tabulator-arrow:hover{
    cursor:pointer;
    border-top:6px solid #555
  }
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow{
  border-bottom:none;
  border-top:6px solid #666;
  color:#666
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title{
  writing-mode:vertical-rl;
  text-orientation:mixed;
  display:flex;
  align-items:center;
  justify-content:center
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title{
  transform:rotate(180deg)
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title{
  padding-right:0;
  padding-top:20px
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title{
  padding-right:0;
  padding-bottom:20px
}

.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter{
  justify-content:center;
  left:0;
  right:0;
  top:4px;
  bottom:auto
}

.tabulator .tabulator-header .tabulator-frozen{
  position:sticky;
  left:0;
  z-index:11
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left{
  border-right:2px solid #aaa
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right{
  border-left:2px solid #aaa
}

.tabulator .tabulator-header .tabulator-calcs-holder{
  box-sizing:border-box;
  background:#f3f3f3!important;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row{
  background:#f3f3f3!important
}

.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle,.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty{
  display:none
}

.tabulator .tabulator-tableholder{
  position:relative;
  width:100%;
  white-space:nowrap;
  overflow:auto;
  -webkit-overflow-scrolling:touch
}

.tabulator .tabulator-tableholder:focus{
  outline:none
}

.tabulator .tabulator-tableholder .tabulator-placeholder{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual]{
  min-height:100%;
  min-width:100%
}

.tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents{
  display:inline-block;
  text-align:center;
  padding:10px;
  color:#ccc;
  font-weight:700;
  font-size:20px;
  white-space:normal
}

.tabulator .tabulator-tableholder .tabulator-table{
  position:relative;
  display:inline-block;
  background-color:#fff;
  white-space:nowrap;
  overflow:visible;
  color:#333
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs{
  font-weight:700;
  background:#e2e2e2!important
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top{
  border-bottom:2px solid #aaa
}

.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom{
  border-top:2px solid #aaa
}

.tabulator .tabulator-footer{
  border-top:1px solid #999;
  background-color:#e6e6e6;
  color:#555;
  font-weight:700;
  white-space:nowrap;
  user-select:none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none
}

.tabulator .tabulator-footer .tabulator-footer-contents{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:space-between;
  padding:5px 10px
}

.tabulator .tabulator-footer .tabulator-footer-contents:empty{
  display:none
}

.tabulator .tabulator-footer .tabulator-calcs-holder{
  box-sizing:border-box;
  width:100%;
  text-align:left;
  background:#f3f3f3!important;
  border-bottom:1px solid #aaa;
  border-top:1px solid #aaa;
  overflow:hidden
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row{
  display:inline-block;
  background:#f3f3f3!important
}

.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle{
  display:none
}

.tabulator .tabulator-footer .tabulator-calcs-holder:only-child{
  margin-bottom:-5px;
  border-bottom:none
}

.tabulator .tabulator-footer>*+.tabulator-page-counter{
  margin-left:10px
}

.tabulator .tabulator-footer .tabulator-page-counter{
  font-weight:400
}

.tabulator .tabulator-footer .tabulator-paginator{
  flex:1;
  text-align:right;
  color:#555;
  font-family:inherit;
  font-weight:inherit;
  font-size:inherit
}

.tabulator .tabulator-footer .tabulator-page-size{
  display:inline-block;
  margin:0 5px;
  padding:2px 5px;
  border:1px solid #aaa;
  border-radius:3px
}

.tabulator .tabulator-footer .tabulator-pages{
  margin:0 7px
}

.tabulator .tabulator-footer .tabulator-page{
  display:inline-block;
  margin:0 2px;
  padding:2px 5px;
  border:1px solid #aaa;
  border-radius:3px;
  background:hsla(0,0%,100%,.2)
}

.tabulator .tabulator-footer .tabulator-page.active{
  color:#d00
}

.tabulator .tabulator-footer .tabulator-page:disabled{
  opacity:.5
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover{
    cursor:pointer;
    background:rgba(0,0,0,.2);
    color:#fff
  }
}

.tabulator .tabulator-col-resize-handle{
  position:relative;
  display:inline-block;
  width:6px;
  margin-left:-3px;
  margin-right:-3px;
  z-index:10;
  vertical-align:middle
}

@media (hover:hover) and (pointer:fine){
  .tabulator .tabulator-col-resize-handle:hover{
    cursor:ew-resize
  }
}

.tabulator .tabulator-col-resize-handle:last-of-type{
  width:3px;
  margin-right:0
}

.tabulator .tabulator-alert{
  position:absolute;
  display:flex;
  align-items:center;
  top:0;
  left:0;
  z-index:100;
  height:100%;
  width:100%;
  background:rgba(0,0,0,.4);
  text-align:center
}

.tabulator .tabulator-alert .tabulator-alert-msg{
  display:inline-block;
  margin:0 auto;
  padding:10px 20px;
  border-radius:10px;
  background:#fff;
  font-weight:700;
  font-size:16px
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg{
  border:4px solid #333;
  color:#000
}

.tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error{
  border:4px solid #d00;
  color:#590000
}

.tabulator-row{
  position:relative;
  box-sizing:border-box;
  min-height:22px;
  background-color:#fff
}

.tabulator-row.tabulator-row-even{
  background-color:#efefef
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-selectable:hover{
    background-color:#bbb;
    cursor:pointer
  }
}

.tabulator-row.tabulator-selected{
  background-color:#9abcea
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-selected:hover{
    background-color:#769bcc;
    cursor:pointer
  }
}

.tabulator-row.tabulator-row-moving{
  border:1px solid #000;
  background:#fff
}

.tabulator-row.tabulator-moving{
  position:absolute;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  pointer-events:none;
  z-index:15
}

.tabulator-row .tabulator-row-resize-handle{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:5px
}

.tabulator-row .tabulator-row-resize-handle.prev{
  top:0;
  bottom:auto
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-row-resize-handle:hover{
    cursor:ns-resize
  }
}

.tabulator-row .tabulator-responsive-collapse{
  box-sizing:border-box;
  padding:5px;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa
}

.tabulator-row .tabulator-responsive-collapse:empty{
  display:none
}

.tabulator-row .tabulator-responsive-collapse table{
  font-size:14px
}

.tabulator-row .tabulator-responsive-collapse table tr td{
  position:relative
}

.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type{
  padding-right:10px
}

.tabulator-row .tabulator-cell{
  display:inline-block;
  position:relative;
  box-sizing:border-box;
  padding:4px;
  border-right:1px solid #aaa;
  vertical-align:middle;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.tabulator-row .tabulator-cell.tabulator-frozen{
  display:inline-block;
  position:sticky;
  left:0;
  background-color:inherit;
  z-index:11
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{
  border-right:2px solid #aaa
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{
  border-left:2px solid #aaa
}

.tabulator-row .tabulator-cell.tabulator-editing{
  border:1px solid #1d68cd;
  outline:none;
  padding:0
}

.tabulator-row .tabulator-cell.tabulator-editing input,.tabulator-row .tabulator-cell.tabulator-editing select{
  border:1px;
  background:transparent;
  outline:none
}

.tabulator-row .tabulator-cell.tabulator-validation-fail{
  border:1px solid #d00
}

.tabulator-row .tabulator-cell.tabulator-validation-fail input,.tabulator-row .tabulator-cell.tabulator-validation-fail select{
  border:1px;
  background:transparent;
  color:#d00
}

.tabulator-row .tabulator-cell.tabulator-row-handle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box{
  width:80%
}

.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar{
  width:100%;
  height:3px;
  margin-top:2px;
  background:#666
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty{
  display:inline-block;
  width:7px
}

.tabulator-row .tabulator-cell .tabulator-data-tree-branch{
  display:inline-block;
  vertical-align:middle;
  height:9px;
  width:7px;
  margin-top:-9px;
  margin-right:5px;
  border-bottom-left-radius:1px;
  border-left:2px solid #aaa;
  border-bottom:2px solid #aaa
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  vertical-align:middle;
  height:11px;
  width:11px;
  margin-right:5px;
  border:1px solid #333;
  border-radius:2px;
  background:rgba(0,0,0,.1);
  overflow:hidden
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover{
    cursor:pointer;
    background:rgba(0,0,0,.2)
  }
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse{
  display:inline-block;
  position:relative;
  height:7px;
  width:1px;
  background:transparent
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{
  position:absolute;
  content:"";
  left:-3px;
  top:3px;
  height:1px;
  width:7px;
  background:#333
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand{
  display:inline-block;
  position:relative;
  height:7px;
  width:1px;
  background:#333
}

.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{
  position:absolute;
  content:"";
  left:-3px;
  top:3px;
  height:1px;
  width:7px;
  background:#333
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-select:none;
  -o-user-select:none;
  height:15px;
  width:15px;
  border-radius:20px;
  background:#666;
  color:#fff;
  font-weight:700;
  font-size:1.1em
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover{
    opacity:.7;
    cursor:pointer
  }
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close{
  display:initial
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open{
  display:none
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg{
  stroke:#fff
}

.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close{
  display:none
}

.tabulator-row .tabulator-cell .tabulator-traffic-light{
  display:inline-block;
  height:14px;
  width:14px;
  border-radius:14px
}

.tabulator-row.tabulator-group{
  box-sizing:border-box;
  border-bottom:1px solid #999;
  border-right:1px solid #aaa;
  border-top:1px solid #999;
  padding:5px 5px 5px 10px;
  background:#ccc;
  font-weight:700;
  min-width:100%
}

@media (hover:hover) and (pointer:fine){
  .tabulator-row.tabulator-group:hover{
    cursor:pointer;
    background-color:rgba(0,0,0,.1)
  }
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow{
  margin-right:10px;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #666;
  border-bottom:0
}

.tabulator-row.tabulator-group.tabulator-group-level-1{
  padding-left:30px
}

.tabulator-row.tabulator-group.tabulator-group-level-2{
  padding-left:50px
}

.tabulator-row.tabulator-group.tabulator-group-level-3{
  padding-left:70px
}

.tabulator-row.tabulator-group.tabulator-group-level-4{
  padding-left:90px
}

.tabulator-row.tabulator-group.tabulator-group-level-5{
  padding-left:110px
}

.tabulator-row.tabulator-group .tabulator-group-toggle{
  display:inline-block
}

.tabulator-row.tabulator-group .tabulator-arrow{
  display:inline-block;
  width:0;
  height:0;
  margin-right:16px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-right:0;
  border-left:6px solid #666;
  vertical-align:middle
}

.tabulator-row.tabulator-group span{
  margin-left:10px;
  color:#d00
}

.tabulator-popup-container{
  position:absolute;
  display:inline-block;
  box-sizing:border-box;
  background:#fff;
  border:1px solid #aaa;
  box-shadow:0 0 5px 0 rgba(0,0,0,.2);
  font-size:14px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  z-index:10000
}

.tabulator-popup{
  padding:5px;
  border-radius:3px
}

.tabulator-tooltip{
  max-width:Min(500px,100%);
  padding:3px 5px;
  border-radius:2px;
  box-shadow:none;
  font-size:12px;
  pointer-events:none
}

.tabulator-menu .tabulator-menu-item{
  position:relative;
  box-sizing:border-box;
  padding:5px 10px;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled{
  opacity:.5
}

@media (hover:hover) and (pointer:fine){
  .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover{
    cursor:pointer;
    background:#efefef
  }
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu{
  padding-right:25px
}

.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu:after{
  display:inline-block;
  position:absolute;
  top:calc(5px + .4em);
  right:10px;
  height:7px;
  width:7px;
  content:"";
  border-color:#aaa;
  border-style:solid;
  border-width:1px 1px 0 0;
  vertical-align:top;
  transform:rotate(45deg)
}

.tabulator-menu .tabulator-menu-separator{
  border-top:1px solid #aaa
}

.tabulator-edit-list{
  max-height:200px;
  font-size:14px;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch
}

.tabulator-edit-list .tabulator-edit-list-item{
  padding:4px;
  color:#333;
  outline:none
}

.tabulator-edit-list .tabulator-edit-list-item.active{
  color:#fff;
  background:#1d68cd
}

.tabulator-edit-list .tabulator-edit-list-item.active.focused{
  outline:1px solid hsla(0,0%,100%,.5)
}

.tabulator-edit-list .tabulator-edit-list-item.focused{
  outline:1px solid #1d68cd
}

@media (hover:hover) and (pointer:fine){
  .tabulator-edit-list .tabulator-edit-list-item:hover{
    cursor:pointer;
    color:#fff;
    background:#1d68cd
  }
}

.tabulator-edit-list .tabulator-edit-list-placeholder{
  padding:4px;
  color:#333;
  text-align:center
}

.tabulator-edit-list .tabulator-edit-list-group{
  border-bottom:1px solid #aaa;
  padding:6px 4px 4px;
  color:#333;
  font-weight:700
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2{
  padding-left:12px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3{
  padding-left:20px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4{
  padding-left:28px
}

.tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5,.tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5{
  padding-left:36px
}

.tabulator.tabulator-ltr{
  direction:ltr
}

.tabulator.tabulator-rtl{
  text-align:initial;
  direction:rtl
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col{
  text-align:initial;
  border-left:1px solid #aaa;
  border-right:initial
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols{
  margin-right:0;
  margin-left:-1px
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title{
  padding-right:0;
  padding-left:25px
}

.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  left:8px;
  right:auto
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell{
  border-right:initial;
  border-left:1px solid #aaa
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch{
  margin-right:0;
  margin-left:5px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:1px;
  border-left:initial;
  border-right:2px solid #aaa
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control{
  margin-right:0;
  margin-left:5px
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left{
  border-left:2px solid #aaa
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right{
  border-right:2px solid #aaa
}

.tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type{
  width:3px;
  margin-left:0;
  margin-right:-3px
}

.tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder{
  text-align:initial
}

.tabulator-print-fullscreen{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:10000
}

body.tabulator-print-fullscreen-hide>:not(.tabulator-print-fullscreen){
  display:none!important
}

.tabulator-print-table{
  border-collapse:collapse
}

.tabulator-print-table .tabulator-data-tree-branch{
  display:inline-block;
  vertical-align:middle;
  height:9px;
  width:7px;
  margin-top:-9px;
  margin-right:5px;
  border-bottom-left-radius:1px;
  border-left:2px solid #aaa;
  border-bottom:2px solid #aaa
}

.tabulator-print-table .tabulator-print-table-group{
  box-sizing:border-box;
  border-bottom:1px solid #999;
  border-right:1px solid #aaa;
  border-top:1px solid #999;
  padding:5px 5px 5px 10px;
  background:#ccc;
  font-weight:700;
  min-width:100%
}

@media (hover:hover) and (pointer:fine){
  .tabulator-print-table .tabulator-print-table-group:hover{
    cursor:pointer;
    background-color:rgba(0,0,0,.1)
  }
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow{
  margin-right:10px;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-top:6px solid #666;
  border-bottom:0
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td{
  padding-left:30px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td{
  padding-left:50px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td{
  padding-left:70px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td{
  padding-left:90px!important
}

.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td{
  padding-left:110px!important
}

.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle{
  display:inline-block
}

.tabulator-print-table .tabulator-print-table-group .tabulator-arrow{
  display:inline-block;
  width:0;
  height:0;
  margin-right:16px;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-right:0;
  border-left:6px solid #666;
  vertical-align:middle
}

.tabulator-print-table .tabulator-print-table-group span{
  margin-left:10px;
  color:#d00
}

.tabulator-print-table .tabulator-data-tree-control{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  vertical-align:middle;
  height:11px;
  width:11px;
  margin-right:5px;
  border:1px solid #333;
  border-radius:2px;
  background:rgba(0,0,0,.1);
  overflow:hidden
}

@media (hover:hover) and (pointer:fine){
  .tabulator-print-table .tabulator-data-tree-control:hover{
    cursor:pointer;
    background:rgba(0,0,0,.2)
  }
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse{
  display:inline-block;
  position:relative;
  height:7px;
  width:1px;
  background:transparent
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after{
  position:absolute;
  content:"";
  left:-3px;
  top:3px;
  height:1px;
  width:7px;
  background:#333
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand{
  display:inline-block;
  position:relative;
  height:7px;
  width:1px;
  background:#333
}

.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after{
  position:absolute;
  content:"";
  left:-3px;
  top:3px;
  height:1px;
  width:7px;
  background:#333
}

.toastify.on {
  opacity: 1;
  z-index: 10000;
}

.toast-close {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

:root{
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white
}

:root.dark{
  --dt-html-background: rgb(33, 37, 41)
}

table.dataTable td.dt-control{
  text-align:center;
  cursor:pointer
}

table.dataTable td.dt-control:before{
  display:inline-block;
  color:rgba(0, 0, 0, 0.5);
  content:"►"
}

table.dataTable tr.dt-hasChild td.dt-control:before{
  content:"▼"
}

html.dark table.dataTable td.dt-control:before{
  color:rgba(255, 255, 255, 0.5)
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before{
  color:rgba(255, 255, 255, 0.5)
}

table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{
  cursor:pointer;
  position:relative;
  padding-right:26px
}

table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{
  position:absolute;
  display:block;
  opacity:.125;
  right:10px;
  line-height:9px;
  font-size:.8em
}

table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{
  bottom:50%;
  content:"▲";
  content:"▲"/""
}

table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{
  top:50%;
  content:"▼";
  content:"▼"/""
}

table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{
  opacity:.6
}

table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{
  display:none
}

table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{
  outline:none
}

div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,div.dataTables_scrollBody>table.dataTable>thead>tr>td:after{
  display:none
}

body {
  font-family: "Catamaran" !important;
  font-size: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(33 37 41 / var(--tw-text-opacity)) !important;
}


	h4
	table.table {
  font-weight: 600 !important;
}

table.table {
  width: 100% !important;
  font-weight: 500 !important;
}

label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  &.required {
    &::after {
      content: " *";
      color: #f90101;
    }
  }
}


	h4
	input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  height: 42.5px;
  width: 100%;
  cursor: pointer;
  border-radius: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 230 234 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 146 206 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

input {
  &.error-input {
    --tw-border-opacity: 1 !important;
    border-color: rgb(240 82 82 / var(--tw-border-opacity)) !important;
  }
  &.error-input:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(224 36 36 / var(--tw-border-opacity)) !important;
  }
  &.error-input:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(224 36 36 / var(--tw-ring-opacity)) !important;
  }
}

textarea,
select {
  width: 100% !important;
  border-radius: 0.75rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 230 234 / var(--tw-border-opacity)) !important;
}

textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

textarea::placeholder,
select::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

textarea:focus,
select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 146 206 / var(--tw-border-opacity)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity)) !important;
}

textarea {
  height: 8rem;
}

h1 {
  --tw-text-opacity: 1;
  color: rgb(251 87 87 / var(--tw-text-opacity));
}


	h4
	.primary-button {
  font-weight: 600 !important;
}

.primary-button {
  height: 2.5rem !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 87 87 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 87 87 / var(--tw-bg-opacity)) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 0.75rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.primary-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 69 69 / var(--tw-bg-opacity)) !important;
}


	h4
	.secondary-button {
  font-weight: 600 !important;
}

.secondary-button {
  height: 2.5rem !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 87 87 / var(--tw-border-opacity)) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 0.75rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 87 87 / var(--tw-text-opacity)) !important;
}

.secondary-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 237 238 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 87 87 / var(--tw-text-opacity)) !important;
}


	h4
	.tertiary-button {
  font-weight: 600 !important;
}

.tertiary-button {
  height: 2.5rem !important;
  cursor: pointer !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 237 238 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 237 238 / var(--tw-bg-opacity)) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 0.75rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 87 87 / var(--tw-text-opacity)) !important;
}

.tertiary-button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(251 87 87 / var(--tw-border-opacity)) !important;
}


	h4
	.disabled-button {
  font-weight: 600 !important;
}

.disabled-button {
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
  padding-left: 0.75rem !important;
  padding-right: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.back-button {
  a {
    --tw-text-opacity: 1;
    color: rgb(251 87 87 / var(--tw-text-opacity));
  }
}

/* input pagination - datatable */

.dataTables_length {
  margin-top: -8px !important;
  label {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  label {
    select {
      width: 90px !important;
    }
    select {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important;
    }
    select {
      padding-left: 0.75rem !important;
      padding-right: 0.75rem !important;
    }
    select {
      font-size: 0.875rem !important;
      line-height: 1.25rem !important;
    }
  }
}

.dataTables_empty {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.datatable {
  table td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  input {
    font-size: 16px !important;
  }

  /* input search - datatable */

  .dataTables_wrapper {
    margin-top: 70px;
    .dataTables_filter {
      margin-top: -70px;
    }
  }
}

.card-gradient {
  background: rgb(240, 253, 254);
  background: linear-gradient(145deg, rgba(240, 253, 254, 1) 10%, rgba(239, 240, 242, 1) 100%);
}

/* pagy */

.pagy-nav.pagination {
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.page.next a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.page.next a:hover {
  background-color: #d7e2efe0;
}

.page.prev a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.page.prev a:hover {
  background-color: #d7e2efe0;
}

.page.next.disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.page.prev.disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.page a,
.page.gap {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.page a:hover,
.page.gap:hover {
  border-width: 1px;
  border-color: #d7e2efe0;
}

.page.active {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  background-color: #d7e2efe0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

/* Fix Unlayer editor problem */

.nn-un-page {
  div[style*="text-align:right"] img {
    float: right;
  }
  div[style*="text-align:left"] img {
    float: left;
  }
  div[style*="text-align:center"] img {
    display: block;
    margin: 0 auto;
  }
}

/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */

.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}

.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}

.full .ts-control {
  background-color: #fff;
}

.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}

.focus .ts-control {
  box-shadow: none;
}

.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}

.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}

.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.ts-control > input::-ms-clear {
  display: none;
}

.ts-control > input:focus {
  outline: none !important;
}

.has-items .ts-control > input {
  margin: 0 4px !important;
}

.ts-control.rtl {
  text-align: right;
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}

.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}

.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}

.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}

.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.ts-dropdown .active.create {
  color: #495c68;
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}

.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */

.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}

.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}

.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}

.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}

.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}

.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}

.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}

.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}

.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}

.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.backdrop\:bg-gray-900::backdrop {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.backdrop\:bg-opacity-50::backdrop {
  --tw-bg-opacity: 0.5;
}

.even\:bg-gray-50:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.even\:bg-primary-ultrasoft:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity));
}

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

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 87 87 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 74 173 / var(--tw-bg-opacity));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 60 129 / var(--tw-bg-opacity));
}

.hover\:bg-primary-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 146 206 / var(--tw-bg-opacity));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 87 87 / var(--tw-bg-opacity));
}

.hover\:bg-secondary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 69 69 / var(--tw-bg-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(32 74 173 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(251 87 87 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-sm:hover {
  --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);
}

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

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: rgb(251 87 87 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring: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(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);
}

.focus\:ring-2: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);
}

.focus\:ring-4: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(4px + 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);
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 239 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

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

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.active\:shadow-none:active {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.group:focus .group-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:focus .group-focus\:ring-4 {
  --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(4px + 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);
}

.group:focus .group-focus\:ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700\/25) {
  background-color: rgb(55 65 81 / 0.25);
}

:is(.dark .dark\:bg-gray-700\/75) {
  background-color: rgb(55 65 81 / 0.75);
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800\/30) {
  background-color: rgb(31 41 55 / 0.3);
}

:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-opacity-80) {
  --tw-bg-opacity: 0.8;
}

:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-100) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-50) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:placeholder-gray-400)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

:is(.dark .dark\:ring-offset-gray-800) {
  --tw-ring-offset-color: #1F2937;
}

:is(.dark .dark\:even\:bg-gray-900\/50:nth-child(even)) {
  background-color: rgb(17 24 39 / 0.5);
}

:is(.dark .dark\:hover\:border-gray-600:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-200:hover) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

:is(.dark .dark\:focus\:border-blue-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:focus\:ring-blue-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 100 242 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-gray-600:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-opacity-40:focus) {
  --tw-ring-opacity: 0.4;
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #1F2937;
}

:is(.dark .dark\:active\:border-gray-700:active) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .group:hover .dark\:group-hover\:bg-gray-800\/60) {
  background-color: rgb(31 41 55 / 0.6);
}

:is(.dark .group:focus .dark\:group-focus\:ring-gray-800\/70) {
  --tw-ring-color: rgb(31 41 55 / 0.7);
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-0 {
    inset: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

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

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-\[10rem\] {
    height: 10rem;
  }

  .md\:h-\[16rem\] {
    height: 16rem;
  }

  .md\:h-\[25rem\] {
    height: 25rem;
  }

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

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

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

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

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-\[30rem\] {
    width: 30rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .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\:justify-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

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

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

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .md\:leading-6 {
    line-height: 1.5rem;
  }

  :is(.dark .md\:dark\:bg-gray-900) {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:top-48 {
    top: 12rem;
  }

  .lg\:top-\[22rem\] {
    top: 22rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-\[25rem\] {
    height: 25rem;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

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

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

  .lg\:w-\[35\%\] {
    width: 35%;
  }

  .lg\:w-\[35rem\] {
    width: 35rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

  .lg\:grid-cols-\[0\.3fr_2fr\] {
    grid-template-columns: 0.3fr 2fr;
  }

  .lg\:grid-cols-\[0\.4fr_0\.8fr_0\.8fr\] {
    grid-template-columns: 0.4fr 0.8fr 0.8fr;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-52 {
    gap: 13rem;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem;
         column-gap: 10rem;
  }

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

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

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:bg-primary-opacity {
    background-color: rgb(32 71 165 / 91%);
  }

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-\[16\.5rem\] {
    padding-left: 16.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

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

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

@media (min-width: 1280px) {
  .xl\:right-48 {
    right: 12rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .xl\:inline {
    display: inline;
  }

  .xl\:h-\[30rem\] {
    height: 30rem;
  }

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

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-\[180px\] {
    width: 180px;
  }

  .xl\:w-\[37\%\] {
    width: 37%;
  }

  .xl\:min-w-\[605px\] {
    min-width: 605px;
  }

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

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

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

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .xl\:px-72 {
    padding-left: 18rem;
    padding-right: 18rem;
  }

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

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

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

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pl-36 {
    padding-left: 9rem;
  }

  .xl\:pr-28 {
    padding-right: 7rem;
  }

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

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

/*# sourceMappingURL=application.css.map */
