@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);

/*
! tailwindcss v3.0.24 | 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.
*/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: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}input:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
     color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}input[type="range"]::-webkit-slider-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}.dark input[type="range"]::-webkit-slider-thumb{
  background: #8FAEE0;
}input[type="range"]:disabled::-webkit-slider-thumb{
  background: #a3a3a3;
}input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #a3a3a3;
}input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #a3a3a3;
}.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #737373;
}.dark input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #737373;
}.dark input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #737373;
}input[type="range"]::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}.dark input[type="range"]::-moz-range-thumb{
  background: #8FAEE0;
}input[type="range"]:disabled::-moz-range-thumb{
  background: #a3a3a3;
}.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #737373;
}input[type="range"]::-moz-range-progress{
  background: #3061AF;
}input[type="range"]::-ms-fill-lower{
  background: #3061AF;
}.dark input[type="range"]::-moz-range-progress{
  background: #6590D5;
}.dark input[type="range"]::-ms-fill-lower{
  background: #6590D5;
}input[type="range"]:focus{
  outline: none;
}input[type="range"]:focus::-webkit-slider-thumb{
  background: #3061AF;
}input[type="range"]:active::-webkit-slider-thumb{
  background: #285192;
}.dark input[type="range"]:focus::-webkit-slider-thumb{
  background: #6590D5;
}.dark input[type="range"]:active::-webkit-slider-thumb{
  background: #3061AF;
}*, ::before, ::after{
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.container{
  width: 100%;
}@media (min-width: 320px){.container{
    max-width: 320px;
  }
}@media (min-width: 640px){.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.container{
    max-width: 1536px;
  }
}.pointer-events-none{
  pointer-events: none;
}.pointer-events-auto{
  pointer-events: auto;
}.visible{
  visibility: visible;
}.\!visible{
  visibility: visible !important;
}.invisible{
  visibility: hidden;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.\!fixed{
  position: fixed !important;
}.absolute{
  position: absolute;
}.\!absolute{
  position: absolute !important;
}.relative{
  position: relative;
}.sticky{
  position: -webkit-sticky;
  position: sticky;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.top-0{
  top: 0px;
}.right-0{
  right: 0px;
}.left-0{
  left: 0px;
}.top-1\/2{
  top: 50%;
}.left-1\/2{
  left: 50%;
}.bottom-0{
  bottom: 0px;
}.right-0\.5{
  right: 0.125rem;
}.bottom-1\/2{
  bottom: 50%;
}.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}.-top-\[21px\]{
  top: -21px;
}.-left-\[15px\]{
  left: -15px;
}.-top-\[35px\]{
  top: -35px;
}.-bottom-\[47px\]{
  bottom: -47px;
}.right-1\.5{
  right: 0.375rem;
}.right-1{
  right: 0.25rem;
}.right-3{
  right: 0.75rem;
}.top-2{
  top: 0.5rem;
}.top-\[13px\]{
  top: 13px;
}.top-1{
  top: 0.25rem;
}.right-9{
  right: 2.25rem;
}.top-\[11px\]{
  top: 11px;
}.left-3{
  left: 0.75rem;
}.bottom-0\.5{
  bottom: 0.125rem;
}.top-\[50px\]{
  top: 50px;
}.left-\[50px\]{
  left: 50px;
}.top-full{
  top: 100%;
}.-left-\[9999px\]{
  left: -9999px;
}.top-\[50\%\]{
  top: 50%;
}.left-\[50\%\]{
  left: 50%;
}.-top-\[18px\]{
  top: -18px;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.z-\[1040\]{
  z-index: 1040;
}.z-\[1080\]{
  z-index: 1080;
}.z-\[1070\]{
  z-index: 1070;
}.z-\[999\]{
  z-index: 999;
}.z-\[1066\]{
  z-index: 1066;
}.z-\[1065\]{
  z-index: 1065;
}.z-\[1035\]{
  z-index: 1035;
}.z-30{
  z-index: 30;
}.z-10{
  z-index: 10;
}.\!z-40{
  z-index: 40 !important;
}.z-\[1100\]{
  z-index: 1100;
}.z-\[2\]{
  z-index: 2;
}.z-20{
  z-index: 20;
}.z-0{
  z-index: 0;
}.order-1{
  order: 1;
}.order-2{
  order: 2;
}.order-3{
  order: 3;
}.float-right{
  float: right;
}.float-left{
  float: left;
}.m-0{
  margin: 0px;
}.\!-m-px{
  margin: -1px !important;
}.m-1{
  margin: 0.25rem;
}.-m-px{
  margin: -1px;
}.m-auto{
  margin: auto;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.my-\[5px\]{
  margin-top: 5px;
  margin-bottom: 5px;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}.ml-1{
  margin-left: 0.25rem;
}.mt-2{
  margin-top: 0.5rem;
}.mr-2{
  margin-right: 0.5rem;
}.ml-2{
  margin-left: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.ml-4{
  margin-left: 1rem;
}.mt-8{
  margin-top: 2rem;
}.ml-12{
  margin-left: 3rem;
}.-mt-px{
  margin-top: -1px;
}.mt-3{
  margin-top: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.ml-3{
  margin-left: 0.75rem;
}.-mr-0\.5{
  margin-right: -0.125rem;
}.-mr-0{
  margin-right: -0px;
}.-mr-2{
  margin-right: -0.5rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-1{
  margin-top: 0.25rem;
}.mb-0{
  margin-bottom: 0px;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mr-6{
  margin-right: 1.5rem;
}.mb-2\.5{
  margin-bottom: 0.625rem;
}.mr-auto{
  margin-right: auto;
}.ml-\[3px\]{
  margin-left: 3px;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-\[10px\]{
  margin-bottom: 10px;
}.ml-6{
  margin-left: 1.5rem;
}.ml-\[30px\]{
  margin-left: 30px;
}.ml-auto{
  margin-left: auto;
}.mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}.mr-\[8px\]{
  margin-right: 8px;
}.-mt-3{
  margin-top: -0.75rem;
}.mr-4{
  margin-right: 1rem;
}.-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}.mr-\[6px\]{
  margin-right: 6px;
}.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mr-1{
  margin-right: 0.25rem;
}.mb-8{
  margin-bottom: 2rem;
}.-mt-1{
  margin-top: -0.25rem;
}.box-border{
  box-sizing: border-box;
}.box-content{
  box-sizing: content-box;
}.block{
  display: block;
}.\!block{
  display: block !important;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.hidden{
  display: none;
}.h-5{
  height: 1.25rem;
}.h-8{
  height: 2rem;
}.h-16{
  height: 4rem;
}.h-9{
  height: 2.25rem;
}.h-4{
  height: 1rem;
}.h-6{
  height: 1.5rem;
}.h-0{
  height: 0px;
}.h-auto{
  height: auto;
}.h-screen{
  height: 100vh;
}.h-full{
  height: 100%;
}.h-\[512px\]{
  height: 512px;
}.h-\[120px\]{
  height: 120px;
}.h-\[72px\]{
  height: 72px;
}.h-10{
  height: 2.5rem;
}.h-14{
  height: 3.5rem;
}.h-\[42px\]{
  height: 42px;
}.h-\[380px\]{
  height: 380px;
}.h-\[32px\]{
  height: 32px;
}.h-\[100px\]{
  height: 100px;
}.h-\[260px\]{
  height: 260px;
}.h-\[6px\]{
  height: 6px;
}.h-2\/5{
  height: 40%;
}.h-\[4px\]{
  height: 4px;
}.h-\[160px\]{
  height: 160px;
}.h-\[56px\]{
  height: 56px;
}.h-\[40px\]{
  height: 40px;
}.h-\[30px\]{
  height: 30px;
}.h-\[48px\]{
  height: 48px;
}.\!h-0{
  height: 0px !important;
}.h-\[1\.125rem\]{
  height: 1.125rem;
}.h-7{
  height: 1.75rem;
}.h-3{
  height: 0.75rem;
}.h-\[0\.9375rem\]{
  height: 0.9375rem;
}.h-1\.5{
  height: 0.375rem;
}.h-1{
  height: 0.25rem;
}.h-\[2px\]{
  height: 2px;
}.h-\[10px\]{
  height: 10px;
}.h-\[50px\]{
  height: 50px;
}.h-\[calc\(100\%-100px\)\]{
  height: calc(100% - 100px);
}.\!h-px{
  height: 1px !important;
}.h-px{
  height: 1px;
}.h-\[1\.4rem\]{
  height: 1.4rem;
}.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}.max-h-full{
  max-height: 100%;
}.min-h-screen{
  min-height: 100vh;
}.min-h-\[325px\]{
  min-height: 325px;
}.min-h-\[305px\]{
  min-height: 305px;
}.min-h-\[auto\]{
  min-height: auto;
}.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}.min-h-\[40px\]{
  min-height: 40px;
}.w-5{
  width: 1.25rem;
}.w-8{
  width: 2rem;
}.w-auto{
  width: auto;
}.w-48{
  width: 12rem;
}.w-full{
  width: 100%;
}.w-4{
  width: 1rem;
}.w-6{
  width: 1.5rem;
}.w-0{
  width: 0px;
}.w-screen{
  width: 100vw;
}.w-2{
  width: 0.5rem;
}.w-\[328px\]{
  width: 328px;
}.w-10{
  width: 2.5rem;
}.w-\[76px\]{
  width: 76px;
}.w-9{
  width: 2.25rem;
}.w-\[72px\]{
  width: 72px;
}.w-\[304px\]{
  width: 304px;
}.w-\[32px\]{
  width: 32px;
}.w-\[260px\]{
  width: 260px;
}.w-\[6px\]{
  width: 6px;
}.w-\[2px\]{
  width: 2px;
}.w-\[4px\]{
  width: 4px;
}.w-\[160px\]{
  width: 160px;
}.w-\[30px\]{
  width: 30px;
}.w-\[1\.125rem\]{
  width: 1.125rem;
}.w-7{
  width: 1.75rem;
}.w-3{
  width: 0.75rem;
}.w-\[150px\]{
  width: 150px;
}.w-\[0\.9375rem\]{
  width: 0.9375rem;
}.w-1\.5{
  width: 0.375rem;
}.w-1{
  width: 0.25rem;
}.w-\[45\%\]{
  width: 45%;
}.w-\[70px\]{
  width: 70px;
}.w-\[15px\]{
  width: 15px;
}.w-\[300px\]{
  width: 300px;
}.w-\[50px\]{
  width: 50px;
}.w-\[calc\(100\%-100px\)\]{
  width: calc(100% - 100px);
}.\!w-px{
  width: 1px !important;
}.w-1\/2{
  width: 50%;
}.w-px{
  width: 1px;
}.w-\[1\.4rem\]{
  width: 1.4rem;
}.min-w-\[310px\]{
  min-width: 310px;
}.min-w-\[64px\]{
  min-width: 64px;
}.min-w-\[48px\]{
  min-width: 48px;
}.min-w-\[100px\]{
  min-width: 100px;
}.min-w-0{
  min-width: 0px;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-7xl{
  max-width: 80rem;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[267px\]{
  max-width: 267px;
}.max-w-full{
  max-width: 100%;
}.max-w-\[calc\(100\%-1rem\)\]{
  max-width: calc(100% - 1rem);
}.max-w-\[325px\]{
  max-width: 325px;
}.max-w-\[90\%\]{
  max-width: 90%;
}.flex-auto{
  flex: 1 1 auto;
}.shrink-0{
  flex-shrink: 0;
}.grow-0{
  flex-grow: 0;
}.grow{
  flex-grow: 1;
}.basis-auto{
  flex-basis: auto;
}.origin-top-left{
  transform-origin: top left;
}.origin-top-right{
  transform-origin: top right;
}.origin-top{
  transform-origin: top;
}.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}.origin-\[0_0\]{
  transform-origin: 0 0;
}.origin-bottom{
  transform-origin: bottom;
}.origin-\[50\%_50\%\]{
  transform-origin: 50% 50%;
}.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[150\%\]{
  --tw-translate-x: 150%;
  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-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-x-\[6px\]{
  --tw-translate-x: -6px;
  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-\[6px\]{
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-rotate-45{
  --tw-rotate: -45deg;
  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-45{
  --tw-rotate: 45deg;
  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-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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(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(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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-\[0\.25\]{
  --tw-scale-x: 0.25;
  --tw-scale-y: 0.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-y-\[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(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;
}@-webkit-keyframes fade-in{0%{
    opacity: 0;
  }100%{
    opacity: 1;
  }
}@keyframes fade-in{0%{
    opacity: 0;
  }100%{
    opacity: 1;
  }
}.animate-\[fade-in_0\.3s_both\]{
  -webkit-animation: fade-in 0.3s both;
          animation: fade-in 0.3s both;
}@-webkit-keyframes fade-out{0%{
    opacity: 1;
  }100%{
    opacity: 0;
  }
}@keyframes fade-out{0%{
    opacity: 1;
  }100%{
    opacity: 0;
  }
}.animate-\[fade-out_0\.3s_both\]{
  -webkit-animation: fade-out 0.3s both;
          animation: fade-out 0.3s both;
}@keyframes fade-in{0%{
    opacity: 0;
  }100%{
    opacity: 1;
  }
}.animate-\[fade-in_0\.15s_both\]{
  -webkit-animation: fade-in 0.15s both;
          animation: fade-in 0.15s both;
}@keyframes fade-out{0%{
    opacity: 1;
  }100%{
    opacity: 0;
  }
}.animate-\[fade-out_0\.15s_both\]{
  -webkit-animation: fade-out 0.15s both;
          animation: fade-out 0.15s both;
}@-webkit-keyframes show-up-clock{0%{
    opacity: 0;
    transform: scale(0.7);
  }100%{
    opacity: 1;
    transform: scale(1);
  }
}@keyframes show-up-clock{0%{
    opacity: 0;
    transform: scale(0.7);
  }100%{
    opacity: 1;
    transform: scale(1);
  }
}.animate-\[show-up-clock_350ms_linear\]{
  -webkit-animation: show-up-clock 350ms linear;
          animation: show-up-clock 350ms linear;
}@keyframes fade-out{0%{
    opacity: 1;
  }100%{
    opacity: 0;
  }
}.animate-\[fade-out_350ms_ease-in-out\]{
  -webkit-animation: fade-out 350ms ease-in-out;
          animation: fade-out 350ms ease-in-out;
}@keyframes fade-in{0%{
    opacity: 0;
  }100%{
    opacity: 1;
  }
}.animate-\[fade-in_350ms_ease-in-out\]{
  -webkit-animation: fade-in 350ms ease-in-out;
          animation: fade-in 350ms ease-in-out;
}@-webkit-keyframes slide-in-left{0%{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }100%{
    transform: translate3d(0, 0, 0);
  }
}@keyframes slide-in-left{0%{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }100%{
    transform: translate3d(0, 0, 0);
  }
}.animate-\[slide-in-left_0\.8s_both\]{
  -webkit-animation: slide-in-left 0.8s both;
          animation: slide-in-left 0.8s both;
}@-webkit-keyframes slide-out-left{0%{
    transform: translate3d(0, 0, 0);
  }100%{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}@keyframes slide-out-left{0%{
    transform: translate3d(0, 0, 0);
  }100%{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}.animate-\[slide-out-left_0\.8s_both\]{
  -webkit-animation: slide-out-left 0.8s both;
          animation: slide-out-left 0.8s both;
}@-webkit-keyframes slide-in-right{0%{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }100%{
    transform: translate3d(0, 0, 0);
  }
}@keyframes slide-in-right{0%{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }100%{
    transform: translate3d(0, 0, 0);
  }
}.animate-\[slide-in-right_0\.8s_both\]{
  -webkit-animation: slide-in-right 0.8s both;
          animation: slide-in-right 0.8s both;
}@-webkit-keyframes slide-out-right{0%{
    transform: translate3d(0, 0, 0);
  }100%{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}@keyframes slide-out-right{0%{
    transform: translate3d(0, 0, 0);
  }100%{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}.animate-\[slide-out-right_0\.8s_both\]{
  -webkit-animation: slide-out-right 0.8s both;
          animation: slide-out-right 0.8s both;
}@-webkit-keyframes progress{0%{
    transform: translateX(-45%);
  }100%{
    transform: translateX(100%);
  }
}@keyframes progress{0%{
    transform: translateX(-45%);
  }100%{
    transform: translateX(100%);
  }
}.animate-\[progress_3s_ease-in-out_infinite\]{
  -webkit-animation: progress 3s ease-in-out infinite;
          animation: progress 3s ease-in-out infinite;
}@-webkit-keyframes spinner-grow{0%{
    transform: scale(0);
  }50%{
    transform: none;
    opacity: 1;
  }
}@keyframes spinner-grow{0%{
    transform: scale(0);
  }50%{
    transform: none;
    opacity: 1;
  }
}.animate-\[spinner-grow_0\.75s_linear_infinite\]{
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}@-webkit-keyframes spin{to{
    transform: rotate(360deg);
  }
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}.cursor-pointer{
  cursor: pointer;
}.cursor-default{
  cursor: default;
}.cursor-none{
  cursor: none;
}.touch-none{
  touch-action: none;
}.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}.resize{
  resize: both;
}.list-inside{
  list-style-position: inside;
}.list-disc{
  list-style-type: disc;
}.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;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-end{
  align-items: flex-end;
}.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;
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.\!overflow-hidden{
  overflow: hidden !important;
}.overflow-visible{
  overflow: visible;
}.overflow-y-auto{
  overflow-y: auto;
}.overflow-x-hidden{
  overflow-x: hidden;
}.overflow-y-hidden{
  overflow-y: hidden;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.text-clip{
  text-overflow: clip;
}.whitespace-normal{
  white-space: normal;
}.whitespace-nowrap{
  white-space: nowrap;
}.\!whitespace-nowrap{
  white-space: nowrap !important;
}.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}.break-words{
  overflow-wrap: break-word;
}.break-all{
  word-break: break-all;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded{
  border-radius: 0.25rem;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-\[10px\]{
  border-radius: 10px;
}.rounded-\[999px\]{
  border-radius: 999px;
}.rounded-\[100\%\]{
  border-radius: 100%;
}.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-\[16px\]{
  border-radius: 16px;
}.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-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-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-bl-none{
  border-bottom-left-radius: 0px;
}.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}.border{
  border-width: 1px;
}.border-\[14px\]{
  border-width: 14px;
}.border-\[0\.125rem\]{
  border-width: 0.125rem;
}.border-0{
  border-width: 0px;
}.border-\[\.125rem\]{
  border-width: .125rem;
}.\!border-\[3px\]{
  border-width: 3px !important;
}.\!border-0{
  border-width: 0px !important;
}.border-\[0\.15em\]{
  border-width: 0.15em;
}.border-4{
  border-width: 4px;
}.border-\[1px\]{
  border-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l-4{
  border-left-width: 4px;
}.border-b{
  border-bottom-width: 1px;
}.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}.border-r-0{
  border-right-width: 0px;
}.border-l-0{
  border-left-width: 0px;
}.border-t-0{
  border-top-width: 0px;
}.border-solid{
  border-style: solid;
}.\!border-solid{
  border-style: solid !important;
}.border-none{
  border-style: none;
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-transparent{
  border-color: transparent;
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}.border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity));
}.border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity));
}.\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.border-current{
  border-color: currentColor;
}.border-\[\#eee\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}.border-r-transparent{
  border-right-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}.bg-danger-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity));
}.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}.bg-\[\#00000066\]{
  background-color: #00000066;
}.bg-\[\#00000012\]{
  background-color: #00000012;
}.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}.\!bg-primary-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 235 247 / var(--tw-bg-opacity)) !important;
}.\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity)) !important;
}.\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity)) !important;
}.\!bg-danger-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
}.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}.bg-\[\#aaa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(170 170 170 / var(--tw-bg-opacity));
}.bg-inherit{
  background-color: inherit;
}.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(143 174 224 / var(--tw-bg-opacity));
}.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(227 235 247 / var(--tw-bg-opacity));
}.bg-\[\#000000e6\]{
  background-color: #000000e6;
}.bg-current{
  background-color: currentColor;
}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}.bg-\[\#eee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}.bg-clip-padding{
  background-clip: padding-box;
}.fill-current{
  fill: currentColor;
}.fill-\[\#afafaf\]{
  fill: #afafaf;
}.p-6{
  padding: 1.5rem;
}.p-2{
  padding: 0.5rem;
}.p-\[auto\]{
  padding: auto;
}.p-4{
  padding: 1rem;
}.p-2\.5{
  padding: 0.625rem;
}.p-0{
  padding: 0px;
}.p-\[5px\]{
  padding: 5px;
}.p-\[1rem\]{
  padding: 1rem;
}.\!p-0{
  padding: 0px !important;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}.px-\[auto\]{
  padding-left: auto;
  padding-right: auto;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.py-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}.pt-8{
  padding-top: 2rem;
}.pt-1{
  padding-top: 0.25rem;
}.pl-3{
  padding-left: 0.75rem;
}.pr-4{
  padding-right: 1rem;
}.pt-2{
  padding-top: 0.5rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pb-1{
  padding-bottom: 0.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pt-2\.5{
  padding-top: 0.625rem;
}.pb-0{
  padding-bottom: 0px;
}.pr-\[24px\]{
  padding-right: 24px;
}.pl-\[50px\]{
  padding-left: 50px;
}.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}.pl-\[8px\]{
  padding-left: 8px;
}.pl-\[18px\]{
  padding-left: 18px;
}.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}.pl-1{
  padding-left: 0.25rem;
}.pl-2{
  padding-left: 0.5rem;
}.pb-\[5px\]{
  padding-bottom: 5px;
}.pt-\[6px\]{
  padding-top: 6px;
}.pr-2{
  padding-right: 0.5rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.align-middle{
  vertical-align: middle;
}.align-bottom{
  vertical-align: bottom;
}.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[34px\]{
  font-size: 34px;
}.text-\[0\.9rem\]{
  font-size: 0.9rem;
}.text-\[0\.8rem\]{
  font-size: 0.8rem;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[13px\]{
  font-size: 13px;
}.text-\[1\.1rem\]{
  font-size: 1.1rem;
}.text-\[3\.75rem\]{
  font-size: 3.75rem;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[2\.5rem\]{
  font-size: 2.5rem;
}.text-\[16px\]{
  font-size: 16px;
}.font-semibold{
  font-weight: 600;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-light{
  font-weight: 300;
}.font-black{
  font-weight: 900;
}.uppercase{
  text-transform: uppercase;
}.normal-case{
  text-transform: none;
}.not-italic{
  font-style: normal;
}.leading-7{
  line-height: 1.75rem;
}.leading-5{
  line-height: 1.25rem;
}.leading-4{
  line-height: 1rem;
}.leading-6{
  line-height: 1.5rem;
}.leading-\[1\.6\]{
  line-height: 1.6;
}.leading-10{
  line-height: 2.5rem;
}.leading-9{
  line-height: 2.25rem;
}.leading-\[1\.2\]{
  line-height: 1.2;
}.leading-\[40px\]{
  line-height: 40px;
}.leading-\[2\.15\]{
  line-height: 2.15;
}.leading-\[1\.5\]{
  line-height: 1.5;
}.leading-loose{
  line-height: 2;
}.leading-normal{
  line-height: 1.5;
}.tracking-widest{
  letter-spacing: 0.1em;
}.tracking-normal{
  letter-spacing: 0em;
}.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}.text-danger-700{
  --tw-text-opacity: 1;
  color: rgb(176 35 58 / var(--tw-text-opacity));
}.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(14 117 55 / var(--tw-text-opacity));
}.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(59 113 202 / var(--tw-text-opacity)) !important;
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(159 166 178 / var(--tw-text-opacity));
}.text-success{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}.text-danger{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.text-warning{
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity));
}.text-info{
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity));
}.text-black\/\[64\]{
  color: rgb(0 0 0 / 64);
}.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity));
}.text-\[\#ffffff8a\]{
  color: #ffffff8a;
}.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.\!text-primary-700{
  --tw-text-opacity: 1 !important;
  color: rgb(40 81 146 / var(--tw-text-opacity)) !important;
}.\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgb(14 117 55 / var(--tw-text-opacity)) !important;
}.\!text-danger-700{
  --tw-text-opacity: 1 !important;
  color: rgb(176 35 58 / var(--tw-text-opacity)) !important;
}.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(40 81 146 / var(--tw-text-opacity));
}.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}.text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}.\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity)) !important;
}.\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity)) !important;
}.text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity));
}.text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.underline-offset-auto{
  text-underline-offset: auto;
}.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-25{
  opacity: 0.25;
}.opacity-50{
  opacity: 0.5;
}.\!opacity-100{
  opacity: 1 !important;
}.\!opacity-0{
  opacity: 0 !important;
}.opacity-\[\.54\]{
  opacity: .54;
}.opacity-\[\.53\]{
  opacity: .53;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.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: 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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.outline{
  outline-style: solid;
}.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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-\[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-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-\[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-\[opacity\]{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-75{
  transition-duration: 75ms;
}.duration-\[350ms\]{
  transition-duration: 350ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-\[400ms\]{
  transition-duration: 400ms;
}.duration-\[250ms\]{
  transition-duration: 250ms;
}.duration-\[150ms\]{
  transition-duration: 150ms;
}.duration-\[1000ms\]{
  transition-duration: 1000ms;
}.duration-\[200ms\]{
  transition-duration: 200ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 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-linear{
  transition-timing-function: linear;
}.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\.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-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}.will-change-transform{
  will-change: transform;
}.\[direction\:ltr\]{
  direction: ltr;
}.\[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;
}.\[overflow-anchor\:none\]{
  overflow-anchor: 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 _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}.\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0);
}:root {
    --primary: #0D3A5B;
}body {
    font-family: 'Lato', sans-serif;
}.text-color-primary {
    color: var(--primary);
}input {
    border-radius: 4px !important;
}button.btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(119.24deg, #1A4E6D 32.06%, #0D3A5B 109.05%);
    font-style: normal;
    color: white;
    border-radius: 4px;
}.token-form {
    max-width: 700px;

}.token-form input[type="text"],
.token-form input[type="email"]
{
    font-weight: 300;
    line-height: 1.5em;
    max-width: 100%;
    width: 100%;
    border: 2px solid #d4d4d4;
    background-color: #fff;
    color: #373a3c;
    vertical-align: middle;
    min-height: 25px;
    padding: 10px 12px;
    border-radius: 3px;
}.token-form input:focus {
    border-color: #000;
    box-shadow: none;
}.token-form label {
    line-height: 1.5em;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0.1em;
}.token-form label.star-label:after {
    content: "*";
    color: #E53E3E;
    margin-left: 2px;
    font-weight: 400;
}.token-form button {
    margin: 20px auto 0 auto;
    color: #fff;
    border-radius: 4px;
    background: #990033;
    width: 100%;
    max-width: 325px;
    order: 0;
    padding: 14px 26px;
    font-size: 19px;
}.token-form .terms {
    font-weight: lighter;
    font-size: 12px;
    line-height: 1.8em;
}.token-form .terms-container label {
    margin: 20px 0;
}.token-form .terms-container span {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}.token-form .terms-container span.terms {
    display: inline;
}.token-form .terms-container span.terms:after {
    content: attr(data-end) ;
    color: #E53E3E;
}.token-form .terms-container input[type="checkbox"] {
    margin-top: 2px;
}.alertHidden {
   display: none;
}.alertShow {
   display: block;
}.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;
}.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}.before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}.before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}.before\:scale-0::before{
  content: var(--tw-content);
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}.before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}.checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}.checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}.checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}.checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}.checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}.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-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}.checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-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: rgb(255 255 255 / var(--tw-border-opacity));
}.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}.checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity)) !important;
}.checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity)) !important;
}.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-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-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}.hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}.hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.hover\:bg-primary-accent-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity));
}.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(48 97 175 / var(--tw-bg-opacity));
}.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(48 97 175 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:opacity-100:hover{
  opacity: 1;
}.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}.hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.hover\:ease-in-out:hover{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}.focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity)) !important;
}.focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity)) !important;
}.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}.focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}.focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}.focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}.focus\:bg-primary-accent-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(217 228 243 / var(--tw-bg-opacity));
}.focus\:bg-primary-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(48 97 175 / var(--tw-bg-opacity));
}.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.focus\:text-primary-600:focus{
  --tw-text-opacity: 1;
  color: rgb(48 97 175 / var(--tw-text-opacity));
}.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}.focus\:shadow-none:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:shadow-te-primary:focus{
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-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-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}.focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}.focus\:placeholder\:opacity-100:focus:-ms-input-placeholder{
  opacity: 1;
}.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}.focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}.focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}.focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}.checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}.checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}.checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}.checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}.checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}.checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}.active\:bg-primary-accent-200:active{
  --tw-bg-opacity: 1;
  background-color: rgb(206 219 238 / var(--tw-bg-opacity));
}.active\:bg-primary-700:active{
  --tw-bg-opacity: 1;
  background-color: rgb(40 81 146 / var(--tw-bg-opacity));
}.active\:bg-\[\#c4d4ef\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 239 / var(--tw-bg-opacity));
}.active\:text-primary-700:active{
  --tw-text-opacity: 1;
  color: rgb(40 81 146 / var(--tw-text-opacity));
}.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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), 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\.75rem\]{
  --tw-translate-y: -0.75rem;
  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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.peer:focus ~ .peer-focus\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}[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\:transform-none{
    transform: none;
  }.motion-reduce\:animate-none{
    -webkit-animation: none;
            animation: none;
  }@-webkit-keyframes spinner-grow{0%{
      transform: scale(0);
    }50%{
      transform: none;
      opacity: 1;
    }
  }@keyframes spinner-grow{0%{
      transform: scale(0);
    }50%{
      transform: none;
      opacity: 1;
    }
  }.motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    -webkit-animation: spinner-grow 1.5s linear infinite;
            animation: spinner-grow 1.5s linear infinite;
  }@-webkit-keyframes spin{to{
      transform: rotate(360deg);
    }
  }@keyframes spin{to{
      transform: rotate(360deg);
    }
  }.motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
  }.motion-reduce\:transition-none{
    transition-property: none;
  }
}@media (prefers-color-scheme: dark){.dark\:border-0{
    border-width: 0px;
  }.dark\:border-gray-700{
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }.dark\:border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity));
  }.dark\:border-primary-400{
    --tw-border-opacity: 1;
    border-color: rgb(143 174 224 / var(--tw-border-opacity));
  }.dark\:border-neutral-600{
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
  }.dark\:border-neutral-400{
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
  }.dark\:border-\[\#14a44d\]{
    --tw-border-opacity: 1;
    border-color: rgb(20 164 77 / var(--tw-border-opacity));
  }.dark\:border-\[\#dc4c64\]{
    --tw-border-opacity: 1;
    border-color: rgb(220 76 100 / var(--tw-border-opacity));
  }.dark\:border-\[\#4f4f4f\]{
    --tw-border-opacity: 1;
    border-color: rgb(79 79 79 / var(--tw-border-opacity));
  }.dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }.dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }.dark\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }.dark\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  }.dark\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  }.dark\:bg-transparent{
    background-color: transparent;
  }.dark\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity));
  }.dark\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }.dark\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }.dark\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }.dark\:bg-primary-600{
    --tw-bg-opacity: 1;
    background-color: rgb(48 97 175 / var(--tw-bg-opacity));
  }.dark\:\!bg-neutral-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity)) !important;
  }.dark\:bg-\[\#4f4f4f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 79 / var(--tw-bg-opacity));
  }.dark\:fill-gray-400{
    fill: #9ca3af;
  }.dark\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }.dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }.dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }.dark\:\!text-primary-400{
    --tw-text-opacity: 1 !important;
    color: rgb(143 174 224 / var(--tw-text-opacity)) !important;
  }.dark\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }.dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }.dark\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
  }.dark\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }.dark\:text-primary-400{
    --tw-text-opacity: 1;
    color: rgb(143 174 224 / var(--tw-text-opacity));
  }.dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]{
    --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
    --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:placeholder\:text-gray-200::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:placeholder\:text-gray-200:-ms-input-placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:placeholder\:text-gray-200::placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.dark\:checked\:border-primary:checked{
    --tw-border-opacity: 1;
    border-color: rgb(59 113 202 / var(--tw-border-opacity));
  }.dark\:checked\:bg-primary:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(59 113 202 / var(--tw-bg-opacity));
  }.dark\:hover\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
  }.dark\:hover\:\!bg-\[\#555\]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
  }.dark\:hover\:bg-neutral-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }.dark\:hover\:bg-neutral-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity));
  }.dark\:hover\:bg-neutral-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }.dark\:hover\:fill-gray-100:hover{
    fill: #f3f4f6;
  }.dark\:hover\:text-primary-400:hover{
    --tw-text-opacity: 1;
    color: rgb(143 174 224 / var(--tw-text-opacity));
  }.dark\:hover\:text-\[\#3b71ca\]:hover{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }.dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:focus\:bg-white\/10:focus{
    background-color: rgb(255 255 255 / 0.1);
  }.dark\:focus\:\!bg-\[\#555\]:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity)) !important;
  }.dark\:focus\:text-primary-400:focus{
    --tw-text-opacity: 1;
    color: rgb(143 174 224 / var(--tw-text-opacity));
  }.dark\:focus\:text-\[\#3b71ca\]:focus{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }.dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px #3b71ca;
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.dark\:disabled\:text-neutral-600:disabled{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity));
  }.dark\:disabled\:hover\:bg-transparent:hover:disabled{
    background-color: transparent;
  }.peer:focus ~ .dark\:peer-focus\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
  }.peer:focus ~ .dark\:peer-focus\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }
}@media (min-width: 640px){.sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }.sm\:ml-0{
    margin-left: 0px;
  }.sm\:ml-10{
    margin-left: 2.5rem;
  }.sm\:ml-6{
    margin-left: 1.5rem;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:h-20{
    height: 5rem;
  }.sm\:max-w-md{
    max-width: 28rem;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:rounded-md{
    border-radius: 0.375rem;
  }.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.sm\:pt-0{
    padding-top: 0px;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-right{
    text-align: right;
  }
}@media (min-width: 768px){.md\:order-none{
    order: 0;
  }.md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:border-t-0{
    border-top-width: 0px;
  }.md\:border-l{
    border-left-width: 1px;
  }.md\:pr-1{
    padding-right: 0.25rem;
  }.md\:pr-\[17px\]{
    padding-right: 17px;
  }
}@media (min-width: 1024px){.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*# sourceMappingURL=app.css.map*/