@import url(https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/*
! tailwindcss v3.2.7 | 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.
*/

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: Roboto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

abbr:where([title]) {
  text-decoration: underline;
  -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, 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-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;
}

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

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1600px){

  .container{
    max-width: 1600px;
  }
}
.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 !important;
}
.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{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.\!left-auto{
  left: auto !important;
}
.\!top-auto{
  top: auto !important;
}
.-bottom-\[47px\]{
  bottom: -47px;
}
.-left-32{
  left: -8rem;
}
.-left-\[15px\]{
  left: -15px;
}
.-top-\[21px\]{
  top: -21px;
}
.-top-\[35px\]{
  top: -35px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1\/2{
  bottom: 50%;
}
.bottom-\[2px\]{
  bottom: 2px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2\/4{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-\[0\]{
  left: 0;
}
.left-\[5px\]{
  left: 5px;
}
.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-7{
  right: 1.75rem;
}
.right-\[-7px\]{
  right: -7px;
}
.right-\[2px\]{
  right: 2px;
}
.right-\[6px\]{
  right: 6px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-2\/4{
  top: 50%;
}
.top-\[-4px\]{
  top: -4px;
}
.top-\[11px\]{
  top: 11px;
}
.top-\[13px\]{
  top: 13px;
}
.top-\[4px\]{
  top: 4px;
}
.top-\[6px\]{
  top: 6px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1040\]{
  z-index: 1040;
}
.z-\[1065\]{
  z-index: 1065;
}
.z-\[1066\]{
  z-index: 1066;
}
.z-\[1070\]{
  z-index: 1070;
}
.z-\[1080\]{
  z-index: 1080;
}
.z-\[999\]{
  z-index: 999;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-\[-15px\]{
  margin-left: -15px;
  margin-right: -15px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-\[15px\]{
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[36px\]{
  margin-top: 36px;
  margin-bottom: 36px;
}
.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}
.-mt-3{
  margin-top: -0.75rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[15px\]{
  margin-bottom: 15px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.mb-\[8px\]{
  margin-bottom: 8px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-\[10px\]{
  margin-left: 10px;
}
.ml-\[30px\]{
  margin-left: 30px;
}
.ml-\[3px\]{
  margin-left: 3px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-\[8px\]{
  margin-left: 8px;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[5px\]{
  margin-right: 5px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mr-auto{
  margin-right: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[24px\]{
  margin-top: 24px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.\!block{
  display: block !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.\!h-0{
  height: 0px !important;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-14{
  height: 3.5rem;
}
.h-2\/5{
  height: 40%;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[512px\]{
  height: 512px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[6px\]{
  height: 6px;
}
.h-\[72px\]{
  height: 72px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}
.max-h-full{
  max-height: 100%;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-\[305px\]{
  min-height: 305px;
}
.min-h-\[325px\]{
  min-height: 325px;
}
.min-h-\[auto\]{
  min-height: auto;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-2{
  width: 0.5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-6\/12{
  width: 50%;
}
.w-7{
  width: 1.75rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[304px\]{
  width: 304px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[328px\]{
  width: 328px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[76px\]{
  width: 76px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[310px\]{
  min-width: 310px;
}
.min-w-\[48px\]{
  min-width: 48px;
}
.min-w-\[64px\]{
  min-width: 64px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[267px\]{
  max-width: 267px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[325px\]{
  max-width: 325px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}
.max-w-full{
  max-width: 100%;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-auto{
  flex: 1 1 auto;
}
.shrink-0{
  flex-shrink: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-auto{
  flex-basis: auto;
}
.origin-\[0_0\]{
  transform-origin: 0 0;
}
.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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-2\/4{
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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-\[150\%\]{
  --tw-translate-x: -150%;
  transform: translate(-150%, 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: 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(-100%, 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: 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), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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-2\/4{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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-\[150\%\]{
  --tw-translate-x: 150%;
  transform: translate(150%, 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: 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(100%, 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: 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-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) 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: 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-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), 0.5rem) 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: 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(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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(0) scaleY(0);
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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(1) scaleY(1);
  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));
}
.scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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(0.8) scaleY(0.8);
  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));
}
.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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(1.02) scaleY(1.02);
  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 fade-in{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}
@keyframes fade-in{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}
@keyframes fade-in{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}
.animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}
@keyframes fade-out{

  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}
@keyframes fade-out{

  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}
@keyframes fade-out{

  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}
.animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}
@keyframes show-up-clock{

  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  100%{
    opacity: 1;
    transform: scale(1);
  }
}
.animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.touch-none{
  touch-action: none;
}
.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) pan-y var(--tw-pinch-zoom);
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.\!flex-row{
  flex-direction: row !important;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * 0);
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - 0));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - 0));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-normal{
  word-wrap: normal;
  word-break: normal;
}
.break-words{
  word-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}
.rounded-\[100\%\]{
  border-radius: 100%;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[50\%\]{
  border-radius: 50%;
}
.rounded-\[999px\]{
  border-radius: 999px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\!border-\[3px\]{
  border-width: 3px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[\.125rem\]{
  border-width: .125rem;
}
.border-\[14px\]{
  border-width: 14px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[4px\]{
  border-bottom-width: 4px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.\!border-solid{
  border-style: solid !important;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 179, 180, 1) !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}
.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#003a70\]{
  --tw-border-opacity: 1;
  border-color: rgba(0, 58, 112, 1);
  border-color: rgb(0 58 112 / var(--tw-border-opacity));
}
.border-\[\#20A5DE\]{
  --tw-border-opacity: 1;
  border-color: rgba(32, 165, 222, 1);
  border-color: rgb(32 165 222 / var(--tw-border-opacity));
}
.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgba(59, 113, 202, 1);
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}
.border-\[\#758592\]{
  --tw-border-opacity: 1;
  border-color: rgba(117, 133, 146, 1);
  border-color: rgb(117 133 146 / var(--tw-border-opacity));
}
.border-\[\#f4ede6\]{
  --tw-border-opacity: 1;
  border-color: rgba(244, 237, 230, 1);
  border-color: rgb(244 237 230 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, 1);
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-border{
  --tw-border-opacity: 1;
  border-color: rgba(225, 225, 225, 1);
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, 1);
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, 1);
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, 1);
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(28, 33, 86, 1);
  border-color: rgb(28 33 86 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, 1);
  border-color: rgb(2 2 2 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-gray-border{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(225, 225, 225, 1);
  border-bottom-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgba(209, 213, 219, 1);
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-t-transparent{
  border-top-color: transparent;
}
.\!bg-danger-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, 1) !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
}
.\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, 1) !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00000012\]{
  background-color: rgba(0,0,0,0.07059);
}
.bg-\[\#00000066\]{
  background-color: rgba(0,0,0,0.4);
}
.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 113, 202, 1);
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}
.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgba(109, 109, 109, 1);
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}
.bg-\[\#E52823\]{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 40, 35, 1);
  background-color: rgb(229 40 35 / var(--tw-bg-opacity));
}
.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgba(170, 170, 170, 1);
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}
.bg-\[\#dddddd\]{
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, 1);
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgba(236, 239, 241, 1);
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}
.bg-\[\#f5f5f6\]{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 246, 1);
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/10{
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/40{
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, 1);
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-light-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 246, 1);
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(28, 33, 86, 1);
  background-color: rgb(28 33 86 / var(--tw-bg-opacity));
}
.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgba(220, 220, 214, 1);
  background-color: rgb(220 220 214 / var(--tw-bg-opacity));
}
.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgba(100, 116, 139, 1);
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-white\/30{
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 113, 122, 1);
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 91, 1);
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/50{
  background-color: rgba(82, 82, 91, 0.5);
}
.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 70, 1);
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-800{
  --tw-bg-opacity: 1;
  background-color: rgba(39, 39, 42, 1);
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-contain{
  background-size: contain;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-\[\#afafaf\]{
  fill: #afafaf;
}
.fill-white{
  fill: #fff;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[5px\]{
  padding: 5px;
}
.p-\[auto\]{
  padding: auto;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}
.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[25px\]{
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\]{
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pb-\[3px\]{
  padding-bottom: 3px;
}
.pb-\[4px\]{
  padding-bottom: 4px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-\[15px\]{
  padding-left: 15px;
}
.pl-\[25px\]{
  padding-left: 25px;
}
.pl-\[50px\]{
  padding-left: 50px;
}
.pl-\[6px\]{
  padding-left: 6px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pr-\[24px\]{
  padding-right: 24px;
}
.pr-\[4px\]{
  padding-right: 4px;
}
.pr-\[8px\]{
  padding-right: 8px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.pt-\[5px\]{
  padding-top: 5px;
}
.pt-\[8px\]{
  padding-top: 8px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-Outfit{
  font-family: 'Outfit', sans-serif;
}
.text-2xl-text{
  font-size: 48px;
  line-height: 40px;
  letter-spacing: 1.4px;
}
.text-\[0\.8rem\]{
  font-size: 0.8rem;
}
.text-\[0\.9rem\]{
  font-size: 0.9rem;
}
.text-\[1\.1rem\]{
  font-size: 1.1rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[2\.5rem\]{
  font-size: 2.5rem;
}
.text-\[3\.75rem\]{
  font-size: 3.75rem;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-default-text{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
}
.text-large-text{
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1.3px;
}
.text-medium-text{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.text-normal-text{
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small-text{
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
}
.text-sub-text{
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\]{
  font-weight: 400;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[900\]{
  font-weight: 900;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.normal-case{
  text-transform: none;
}
.not-italic{
  font-style: normal;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[2\.15\]{
  line-height: 2.15;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}
.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}
.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}
.tracking-\[1\.4px\]{
  letter-spacing: 1.4px;
}
.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-\[\#2A51A3\]{
  --tw-text-opacity: 1 !important;
  color: rgba(42, 81, 163, 1) !important;
  color: rgb(42 81 163 / var(--tw-text-opacity)) !important;
}
.\!text-danger-700{
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, 1) !important;
  color: rgb(176 35 58 / var(--tw-text-opacity)) !important;
}
.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 251, 1) !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgba(28, 33, 86, 1) !important;
  color: rgb(28 33 86 / var(--tw-text-opacity)) !important;
}
.\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, 1) !important;
  color: rgb(14 117 55 / var(--tw-text-opacity)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-2xl-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#006cd1\]{
  --tw-text-opacity: 1;
  color: rgba(0, 108, 209, 1);
  color: rgb(0 108 209 / var(--tw-text-opacity));
}
.text-\[\#20A5DE\]{
  --tw-text-opacity: 1;
  color: rgba(32, 165, 222, 1);
  color: rgb(32 165 222 / var(--tw-text-opacity));
}
.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgba(33, 37, 41, 1);
  color: rgb(33 37 41 / var(--tw-text-opacity));
}
.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgba(59, 113, 202, 1);
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, 1);
  color: rgb(79 79 79 / var(--tw-text-opacity));
}
.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgba(179, 175, 175, 1);
  color: rgb(179 175 175 / var(--tw-text-opacity));
}
.text-\[\#ffffff8a\]{
  color: rgba(255,255,255,0.54118);
}
.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgba(220, 76, 100, 1);
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.text-anchor{
  --tw-text-opacity: 1;
  color: rgba(28, 33, 86, 1);
  color: rgb(28 33 86 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/50{
  color: rgba(0, 0, 0, 0.5);
}
.text-black\/\[64\]{
  color: rgba(0, 0, 0, 64);
}
.text-default-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgba(249, 250, 251, 1);
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, 1);
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, 1);
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-large-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-medium-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, 1);
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, 1);
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-normal-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgba(28, 33, 86, 1);
  color: rgb(28 33 86 / var(--tw-text-opacity));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgba(244, 63, 94, 1);
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, 1);
  color: rgb(2 2 2 / var(--tw-text-opacity));
}
.text-small-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-sub-text{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(229, 40, 35, 1);
  color: rgb(229 40 35 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-auto{
  text-underline-offset: auto;
}
.\!opacity-0{
  opacity: 0 !important;
}
.\!opacity-100{
  opacity: 1 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-\[\.53\]{
  opacity: .53;
}
.opacity-\[\.54\]{
  opacity: .54;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0px_5px_rgb\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: 0 0px 5px rgb(0,0,0,0.5);
  --tw-shadow-colored: 0 0px 5px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0px 5px rgb(0,0,0,0.5);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  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 rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  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: blur(8px) 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: 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-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\]{
  transition-property: height;
  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\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\]{
  transition-property: width;
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-\[0ms\]{
  transition-delay: 0ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-\[250ms\]{
  transition-duration: 250ms;
}
.duration-\[350ms\]{
  transition-duration: 350ms;
}
.duration-\[400ms\]{
  transition-duration: 400ms;
}
.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}
.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}
.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}
.ease-\[ease\]{
  transition-timing-function: ease;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn{
  display: inline-block;
  border-width: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 1024px){

  .btn{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.btn-lg{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){

  .btn-lg{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/*primary*/
.btn-primary{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(28, 33, 86, 1);
  border-color: rgb(28 33 86 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(28, 33, 86, 1);
  background-color: rgb(28 33 86 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(122, 36, 38, 1);
  border-color: rgb(122 36 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(122, 36, 38, 1);
  background-color: rgb(122 36 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*secondary*/
.btn-secondary{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, 1);
  border-color: rgb(2 2 2 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, 1);
  background-color: rgb(2 2 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:hover{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 74, 135, 1);
  border-color: rgb(0 74 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 74, 135, 1);
  background-color: rgb(0 74 135 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*tertiary*/
.btn-tertiary{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 40, 35, 1);
  border-color: rgb(229 40 35 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(229, 40, 35, 1);
  background-color: rgb(229 40 35 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-tertiary:hover{
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(158, 28, 48, 1);
  border-color: rgb(158 28 48 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(158, 28, 48, 1);
  background-color: rgb(158 28 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*quaternary*/
/*default*/
/**/
/**/
a{
  --tw-text-opacity: 1;
  color: rgba(28, 33, 86, 1);
  color: rgb(28 33 86 / var(--tw-text-opacity));
}
a:hover{
  --tw-text-opacity: 1;
  color: rgba(158, 28, 48, 1);
  color: rgb(158 28 48 / var(--tw-text-opacity));
}
.text-default-text p{
  margin-bottom: 0.625rem;
}
.form-input{
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, 1);
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
@media (min-width: 640px){

  .form-input{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.text-\[\#ffffff\].text-2xl-text {color: #ffffff;}
.text-\[\#ffffff\].text-large-text {color: #ffffff;}
.text-\[\#ffffff\].text-sub-text {color: #ffffff;}
.text-\[\#ffffff\].text-medium-text {color: #ffffff;}
.text-\[\#ffffff\].text-normal-text {color: #ffffff;}
.text-\[\#ffffff\].text-default-text {color: #ffffff;}
.text-\[\#ffffff\].text-small-text {color: #ffffff;}
/**/
.\[direction\:ltr\]{
  direction: ltr;
}
.\[overflow-anchor\:none\]{
  overflow-anchor: none;
}
.\[overflow-style\:none\]{
  overflow-style: none;
}
.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}
.\[transition\:background-color_\.2s_linear\2c _opacity_\.2s_linear\]{
  transition: background-color .2s linear, opacity .2s linear;
}
.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\]{
  transition: background-color .2s linear, width .2s ease-in-out;
}
.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}
/* @layer base {
    html {font-size: 14px;}
    @media (max-width: 768px) {
        html {font-size: 12px;}
    }
} */
.selection\:bg-transparent *::-moz-selection{
  background-color: transparent;
}
.selection\:bg-transparent *::selection{
  background-color: transparent;
}
.selection\:bg-transparent::-moz-selection{
  background-color: transparent;
}
.selection\:bg-transparent::selection{
  background-color: transparent;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.first\:pt-\[0px\]:first-child{
  padding-top: 0px;
}
.last\:mb-\[0px\]:last-child{
  margin-bottom: 0px;
}
.checked\:border-blue-600:checked{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.checked\:bg-blue-600:checked{
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}
.checked\:after\:ml-\[5px\]:checked::after{
  content: var(--tw-content);
  margin-left: 5px;
}
.checked\:after\:mt-px:checked::after{
  content: var(--tw-content);
  margin-top: 1px;
}
.checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}
.checked\:after\:h-\[9px\]:checked::after{
  content: var(--tw-content);
  height: 9px;
}
.checked\:after\:w-\[5px\]:checked::after{
  content: var(--tw-content);
  width: 5px;
}
.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.checked\:after\:border-2:checked::after{
  content: var(--tw-content);
  border-width: 2px;
}
.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}
.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}
.checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}
.checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}
.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: '';
  content: var(--tw-content);
}
.empty\:hidden:empty{
  display: none;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}
.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgba(2, 2, 2, 1);
  border-color: rgb(2 2 2 / var(--tw-border-opacity));
}
.hover\:bg-\[\#00000014\]:hover{
  background-color: rgba(0,0,0,0.07843);
}
.hover\:bg-\[\#00000026\]:hover{
  background-color: rgba(0,0,0,0.14902);
}
.hover\:bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, 1);
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.hover\:bg-\[unset\]:hover{
  background-color: transparent;
  background-color: initial;
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, 1);
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(2, 2, 2, 1);
  background-color: rgb(2 2 2 / var(--tw-bg-opacity));
}
.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}
.hover\:pl-\[20px\]:hover{
  padding-left: 20px;
}
.hover\:text-\[\#000000\]:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgba(59, 113, 202, 1);
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, 1);
  color: rgb(139 139 139 / var(--tw-text-opacity));
}
.hover\:text-anchor-hover:hover{
  --tw-text-opacity: 1;
  color: rgba(158, 28, 48, 1);
  color: rgb(158 28 48 / var(--tw-text-opacity));
}
.hover\:text-default:hover{
  --tw-text-opacity: 1;
  color: rgba(72, 72, 72, 1);
  color: rgb(72 72 72 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, 1);
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(28, 33, 86, 1);
  color: rgb(28 33 86 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgba(2, 2, 2, 1);
  color: rgb(2 2 2 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}
.focus\:border-blue-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.focus\:bg-\[\#00000014\]:focus{
  background-color: rgba(0,0,0,0.07843);
}
.focus\:bg-\[\#00000026\]:focus{
  background-color: rgba(0,0,0,0.14902);
}
.focus\:bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, 1);
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(229, 229, 229, 1);
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgba(59, 113, 202, 1);
  color: rgb(59 113 202 / var(--tw-text-opacity));
}
.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgba(28, 33, 86, 1);
  color: rgb(28 33 86 / var(--tw-text-opacity));
}
.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}
.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}
.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgba(202, 207, 209, 1);
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}
.group\/x:hover .group-hover\/x\:h-\[11px\]{
  height: 11px;
}
.group\/y:hover .group-hover\/y\:w-\[11px\]{
  width: 11px;
}
.group\/x:hover .group-hover\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y:hover .group-hover\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/ps:hover .group-hover\/ps\:opacity-100{
  opacity: 1;
}
.group\/ps:hover .group-hover\/ps\:opacity-60{
  opacity: 0.6;
}
.group\/x:focus .group-focus\/x\:h-\[11px\]{
  height: 11px;
}
.group\/y:focus .group-focus\/y\:w-\[11px\]{
  width: 11px;
}
.group\/x:focus .group-focus\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y:focus .group-focus\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/ps:focus .group-focus\/ps\:opacity-100{
  opacity: 1;
}
.group\/ps:focus .group-focus\/ps\:opacity-60{
  opacity: 0.6;
}
.group\/ps:active .group-active\/ps\:opacity-100{
  opacity: 1;
}
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block{
  display: block;
}
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block{
  display: block;
}
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]{
  height: 11px;
}
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]{
  width: 11px;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border{
  border-width: 1px;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid{
  border-style: solid;
}
.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent{
  background-color: transparent;
}
.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent{
  background-color: transparent;
}
.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, 1);
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(28, 33, 86, 1);
  background-color: rgb(28 33 86 / var(--tw-bg-opacity));
}
.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60{
  opacity: 0.6;
}
.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60{
  opacity: 0.6;
}
.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), -0.75rem) 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: 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));
}
.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), -0.9rem) 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: 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));
}
.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), -1.15rem) 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: 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));
}
.peer:focus ~ .peer-focus\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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(0.8) scaleY(0.8);
  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));
}
.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.peer:focus ~ .peer-focus\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.peer:focus ~ .peer-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, 1);
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}
.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}
.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}
.data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}
.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), -0.75rem) 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: 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));
}
.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), -0.9rem) 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: 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));
}
.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), -1.15rem) 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: 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));
}
.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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(0.8) scaleY(0.8);
  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));
}
.data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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(1) scaleY(1);
  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));
}
.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}
.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}
.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}
.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgba(233, 236, 239, 1);
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}
.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgba(0, 0, 0, 0.05);
}
.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgba(0, 0, 0, 0.05);
}
.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgba(0, 0, 0, 0.02);
}
.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgba(0, 0, 0, 0.05);
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}
.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled]{
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, 1);
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}
.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}
.data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder{
  opacity: 1;
}
.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}
.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}
.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]{
  --tw-bg-opacity: 1;
  background-color: rgba(28, 33, 86, 1);
  background-color: rgb(28 33 86 / var(--tw-bg-opacity));
}
.group[data-te-select-option-text-ref] .group-data-\[te-select-option-text-ref\]\:mr-2\.5{
  margin-right: 0.625rem;
}
.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4{
  margin-bottom: 1rem;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0{
  border-left-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0{
  border-right-width: 0px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t{
  border-top-width: 1px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0{
  border-left-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0{
  border-right-width: 0px;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t{
  border-top-width: 1px;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid{
  border-style: solid;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid{
  border-style: solid;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgba(37, 99, 235, 1);
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(28, 33, 86, 1);
  border-color: rgb(28 33 86 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}
.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}
.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7{
  padding-left: 1.75rem;
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]{
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 0 0 #3b71ca;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]{
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 0 0 #ffffff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]{
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block{
  display: block;
}
.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:text-green-600{
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, 1);
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block{
  display: block;
}
.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgba(220, 76, 100, 1);
  color: rgb(220 76 100 / var(--tw-text-opacity));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), -0.75rem) 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: 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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), -0.9rem) 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: 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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), -1.15rem) 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: 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));
}
.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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(0.8) scaleY(0.8);
  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));
}
.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
[dir="rtl"] .rtl\:\!left-auto{
  left: auto !important;
}
[dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]{
  transform-origin: 50% 50% 0 !important;
}
[dir="rtl"] .rtl\:\[direction\:rtl\]{
  direction: rtl;
}
@media (prefers-reduced-motion: reduce){

  .motion-reduce\:animate-none{
    animation: none;
  }

  .motion-reduce\:transition-none{
    transition-property: none;
  }
}
@media (prefers-color-scheme: dark){

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

  .dark\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(75, 85, 99, 1);
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgba(115, 115, 115, 1);
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
  }

  .dark\:border-neutral-600{
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 82, 1);
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, 1);
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 82, 1);
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgba(64, 64, 64, 1);
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

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

  .dark\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, 1);
    background-color: rgb(113 113 122 / var(--tw-bg-opacity));
  }

  .dark\:bg-zinc-600\/50{
    background-color: rgba(82, 82, 91, 0.5);
  }

  .dark\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, 1);
    background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  }

  .dark\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgba(39, 39, 42, 1);
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }

  .dark\:fill-gray-400{
    fill: #9ca3af;
  }

  .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

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

  .dark\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgba(229, 229, 229, 1);
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }

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

  .dark\:placeholder\:text-gray-200::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:placeholder\:text-gray-200::placeholder{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:checked\:bg-blue-500:checked{
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, 1);
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, 1);
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .dark\:hover\:bg-white\/10:hover{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .dark\:hover\:fill-gray-100:hover{
    fill: #f3f4f6;
  }

  .dark\:hover\:text-\[\#3b71ca\]:hover{
    --tw-text-opacity: 1;
    color: rgba(59, 113, 202, 1);
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }

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

  .dark\:focus\:bg-white\/10:focus{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .dark\:focus\:text-\[\#3b71ca\]:focus{
    --tw-text-opacity: 1;
    color: rgba(59, 113, 202, 1);
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }

  .group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, 1);
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10{
    background-color: rgba(255, 255, 255, 0.1);
  }

  .peer:focus ~ .dark\:peer-focus\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(229, 231, 235, 1);
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }

  .dark\:data-\[te-input-disabled\]\:bg-zinc-600[data-te-input-disabled]{
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, 1);
    background-color: rgb(82 82 91 / var(--tw-bg-opacity));
  }

  .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]{
    background-color: rgba(255, 255, 255, 0.3);
  }

  .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]{
    background-color: rgba(255, 255, 255, 0.3);
  }

  .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]{
    background-color: rgba(255, 255, 255, 0.3);
  }

  .dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, 1);
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px){

  .sm\:my-\[36px\]{
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

  .sm\:p-\[36px\]{
    padding: 36px;
  }

  .sm\:text-\[13px\]{
    font-size: 13px;
  }
}
@media (min-width: 768px){

  .md\:w-6\/12{
    width: 50%;
  }

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

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-4\/12{
    width: 33.333333%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:pt-\[25px\]{
    padding-top: 25px;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){

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

  .xl\:mr-\[12px\]{
    margin-right: 12px;
  }

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

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px){

  @media (orientation: landscape){

    .max-md\:landscape\:h-8{
      height: 2rem;
    }
  }
}
@media (min-width: 320px){

  @media not all and (min-width: 768px){

    @media (orientation: landscape){

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

      .xs\:max-md\:landscape\:h-8{
        height: 2rem;
      }

      .xs\:max-md\:landscape\:h-\[360px\]{
        height: 360px;
      }

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

      .xs\:max-md\:landscape\:w-8{
        width: 2rem;
      }

      .xs\:max-md\:landscape\:w-\[475px\]{
        width: 475px;
      }

      .xs\:max-md\:landscape\:flex-row{
        flex-direction: row;
      }
    }
  }

  @media (max-width: 825px){

    @media (orientation: landscape){

      .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 3rem;
        line-height: 1;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}
.\[\&\.ps--clicking\]\:bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1;
  background-color: rgba(238, 238, 238, 1);
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}
.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}
.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}
.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}
.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}
.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder{
  opacity: 0;
}
.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}
.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgba(0, 0, 0, 0.05);
}
@media (prefers-color-scheme: dark){

  .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover{
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.\[\&\>svg\]\:mx-auto>svg{
  margin-left: auto;
  margin-right: auto;
}
.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}
.\[\&\>svg\]\:h-5>svg{
  height: 1.25rem;
}
.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}
.\[\&\>svg\]\:w-5>svg{
  width: 1.25rem;
}
.\[\&\>svg\]\:rotate-180>svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.\[\&\>svg\]\:fill-neutral-500>svg{
  fill: #737373;
}
@media (prefers-color-scheme: dark){

  .dark\:\[\&\>svg\]\:fill-white>svg{
    fill: #fff;
  }
}

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