
@import url("https://fonts.googleapis.com/css2?family=Fasthand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Poppins:wght@400;500;700&display=swap");
/* You can add global styles to this file, and also import other style files */
/* ! tailwindcss v3.0.9 | 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: currentColor; /* 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-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::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'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
#smart-report-bot-section ul,
  #smart-report-bot-section ol {
    list-style: revert;
    margin-left: 25px !important;
  }
#smart-report-bot-section h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#smart-report-bot-section h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#smart-report-bot-section h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
#smart-report-bot-section h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#smart-report-bot-section h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#smart-report-bot-section h6{
  font-size: 1rem;
  line-height: 1.5rem;
}
*, ::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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.container{
  width: 100%;
}
@media (min-width: 320px){
  .container{
    max-width: 320px;
  }
}
@media (min-width: 375px){
  .container{
    max-width: 375px;
  }
}
@media (min-width: 425px){
  .container{
    max-width: 425px;
  }
}
@media (min-width: 600px){
  .container{
    max-width: 600px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 765px){
  .container{
    max-width: 765px;
  }
}
@media (min-width: 815px){
  .container{
    max-width: 815px;
  }
}
@media (min-width: 825px){
  .container{
    max-width: 825px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.no-spinner {
    -moz-appearance: textfield;
  }
.no-spinner::-webkit-outer-spin-button,
  .no-spinner::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.\!absolute{
  position: absolute !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.top-0{
  top: 0px;
}
.right-0{
  right: 0px;
}
.-left-4{
  left: -1rem;
}
.top-16{
  top: 4rem;
}
.right-4{
  right: 1rem;
}
.top-\[1px\]{
  top: 1px;
}
.top-4{
  top: 1rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-2{
  right: 0.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.top-\[-14px\]{
  top: -14px;
}
.left-\[10px\]{
  left: 10px;
}
.right-5{
  right: 1.25rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[50\%\]{
  top: 50%;
}
.left-5{
  left: 1.25rem;
}
.-bottom-1{
  bottom: -0.25rem;
}
.bottom-4{
  bottom: 1rem;
}
.left-4{
  left: 1rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-\[1px\]{
  top: -1px;
}
.-right-\[1px\]{
  right: -1px;
}
.-left-\[230px\]{
  left: -230px;
}
.right-\[3px\]{
  right: 3px;
}
.top-1{
  top: 0.25rem;
}
.left-\[65px\]{
  left: 65px;
}
.left-\[-6px\]{
  left: -6px;
}
.right-20{
  right: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-52{
  top: 13rem;
}
.-bottom-2{
  bottom: -0.5rem;
}
.left-\[2\.5\%\]{
  left: 2.5%;
}
.top-\[4\.2rem\]{
  top: 4.2rem;
}
.left-auto{
  left: auto;
}
.top-auto{
  top: auto;
}
.right-\[5\%\]{
  right: 5%;
}
.-bottom-\[9px\]{
  bottom: -9px;
}
.-left-\[14px\]{
  left: -14px;
}
.-left-\[8px\]{
  left: -8px;
}
.-left-1{
  left: -0.25rem;
}
.top-\[10\.5rem\]{
  top: 10.5rem;
}
.left-\[9\.5rem\]{
  left: 9.5rem;
}
.-top-\[0\.25rem\]{
  top: -0.25rem;
}
.left-\[1rem\]{
  left: 1rem;
}
.left-\[19\.5rem\]{
  left: 19.5rem;
}
.right-10{
  right: 2.5rem;
}
.left-\[-16px\]{
  left: -16px;
}
.top-\[28px\]{
  top: 28px;
}
.bottom-full{
  bottom: 100%;
}
.right-\[10px\]{
  right: 10px;
}
.isolate{
  isolation: isolate;
}
.z-\[100000\]{
  z-index: 100000;
}
.z-20{
  z-index: 20;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.-z-20{
  z-index: -20;
}
.z-40{
  z-index: 40;
}
.z-\[3\]{
  z-index: 3;
}
.z-0{
  z-index: 0;
}
.z-\[99999999\]{
  z-index: 99999999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-start-2{
  grid-column-start: 2;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-4{
  grid-column-start: 4;
}
.col-start-6{
  grid-column-start: 6;
}
.col-end-3{
  grid-column-end: 3;
}
.col-end-4{
  grid-column-end: 4;
}
.col-end-7{
  grid-column-end: 7;
}
.row-start-1{
  grid-row-start: 1;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.m-2{
  margin: 0.5rem;
}
.\!m-0{
  margin: 0px !important;
}
.m-auto{
  margin: auto;
}
.\!-m-px{
  margin: -1px !important;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mr-0\.5{
  margin-right: 0.125rem;
}
.mr-0{
  margin-right: 0px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-28{
  margin-bottom: 7rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-4{
  margin-top: 1rem;
}
.ml-4{
  margin-left: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mr-4{
  margin-right: 1rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.mt-\[-6px\]{
  margin-top: -6px;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-\[1em\]{
  margin-top: 1em;
}
.mb-32{
  margin-bottom: 8rem;
}
.ml-\[2px\]{
  margin-left: 2px;
}
.mt-20{
  margin-top: 5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.-mr-\[7px\]{
  margin-right: -7px;
}
.ml-14{
  margin-left: 3.5rem;
}
.mr-14{
  margin-right: 3.5rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-ml-px{
  margin-left: -1px;
}
.mr-\[40px\]{
  margin-right: 40px;
}
.-ml-8{
  margin-left: -2rem;
}
.-mt-px{
  margin-top: -1px;
}
.ml-6{
  margin-left: 1.5rem;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-\[6\.75rem\]{
  margin-top: 6.75rem;
}
.mt-\[5\.5rem\]{
  margin-top: 5.5rem;
}
.mt-\[1rem\]{
  margin-top: 1rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.\!ml-0{
  margin-left: 0px !important;
}
.ml-24{
  margin-left: 6rem;
}
.ml-8{
  margin-left: 2rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!flex{
  display: flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.inline-table{
  display: inline-table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-screen{
  height: 100vh;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.h-4{
  height: 1rem;
}
.h-8{
  height: 2rem;
}
.h-\[10\%\]{
  height: 10%;
}
.h-\[94\%\]{
  height: 94%;
}
.h-\[92\%\]{
  height: 92%;
}
.h-12{
  height: 3rem;
}
.h-10{
  height: 2.5rem;
}
.h-\[95\%\]{
  height: 95%;
}
.h-24{
  height: 6rem;
}
.h-\[85\%\]{
  height: 85%;
}
.h-\[15\%\]{
  height: 15%;
}
.h-\[98\%\]{
  height: 98%;
}
.h-\[84\%\]{
  height: 84%;
}
.h-\[80\%\]{
  height: 80%;
}
.h-16{
  height: 4rem;
}
.h-5{
  height: 1.25rem;
}
.h-auto{
  height: auto;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[250px\]{
  height: 250px;
}
.h-20{
  height: 5rem;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[0\.75rem\]{
  height: 0.75rem;
}
.h-72{
  height: 18rem;
}
.h-\[18px\]{
  height: 18px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-0{
  height: 0px;
}
.h-fit{
  height: fit-content;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[77\%\]{
  height: 77%;
}
.h-1{
  height: 0.25rem;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[8\%\]{
  height: 8%;
}
.h-48{
  height: 12rem;
}
.h-\[1\.6rem\]{
  height: 1.6rem;
}
.h-7{
  height: 1.75rem;
}
.h-60{
  height: 15rem;
}
.h-\[70\%\]{
  height: 70%;
}
.h-\[75\%\]{
  height: 75%;
}
.h-52{
  height: 13rem;
}
.h-\[92vh\]{
  height: 92vh;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[78vh\]{
  height: 78vh;
}
.h-\[40px\]{
  height: 40px;
}
.h-3{
  height: 0.75rem;
}
.h-px{
  height: 1px;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[86vh\]{
  height: 86vh;
}
.h-\[3\.4\%\]{
  height: 3.4%;
}
.h-\[37px\]{
  height: 37px;
}
.h-\[13px\]{
  height: 13px;
}
.h-2{
  height: 0.5rem;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[375px\]{
  height: 375px;
}
.h-11{
  height: 2.75rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-1\.5{
  height: 0.375rem;
}
.\!h-px{
  height: 1px !important;
}
.h-\[89\%\]{
  height: 89%;
}
.h-\[78px\]{
  height: 78px;
}
.h-\[7\%\]{
  height: 7%;
}
.h-\[93\%\]{
  height: 93%;
}
.h-\[6\%\]{
  height: 6%;
}
.h-\[100\%_\!important\]{
  height: 100% !important;
}
.max-h-12{
  max-height: 3rem;
}
.max-h-\[85\%\]{
  max-height: 85%;
}
.max-h-\[65\%\]{
  max-height: 65%;
}
.max-h-\[37px\]{
  max-height: 37px;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-\[30rem\]{
  max-height: 30rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-\[28rem\]{
  max-height: 28rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-\[96vh\]{
  max-height: 96vh;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-24{
  max-height: 6rem;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[101\%\]{
  max-height: 101%;
}
.max-h-\[45\%\]{
  max-height: 45%;
}
.max-h-\[102\%\]{
  max-height: 102%;
}
.max-h-\[64\%\]{
  max-height: 64%;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[93\%\]{
  max-height: 93%;
}
.max-h-56{
  max-height: 14rem;
}
.min-h-full{
  min-height: 100%;
}
.min-h-\[16px\]{
  min-height: 16px;
}
.min-h-\[8rem\]{
  min-height: 8rem;
}
.min-h-\[13rem\]{
  min-height: 13rem;
}
.min-h-\[2rem\]{
  min-height: 2rem;
}
.min-h-\[21rem\]{
  min-height: 21rem;
}
.min-h-\[19rem\]{
  min-height: 19rem;
}
.min-h-\[13px\]{
  min-height: 13px;
}
.min-h-\[65\%\]{
  min-height: 65%;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.w-screen{
  width: 100vw;
}
.w-full{
  width: 100%;
}
.w-2\/5{
  width: 40%;
}
.w-6{
  width: 1.5rem;
}
.w-4{
  width: 1rem;
}
.w-8{
  width: 2rem;
}
.w-\[89\%\]{
  width: 89%;
}
.w-\[91\%\]{
  width: 91%;
}
.w-12{
  width: 3rem;
}
.w-10{
  width: 2.5rem;
}
.w-\[210mm\]{
  width: 210mm;
}
.w-80{
  width: 20rem;
}
.w-24{
  width: 6rem;
}
.w-1\/4{
  width: 25%;
}
.w-20{
  width: 5rem;
}
.w-\[55rem\]{
  width: 55rem;
}
.w-\[30\%\]{
  width: 30%;
}
.w-auto{
  width: auto;
}
.w-0{
  width: 0px;
}
.w-5{
  width: 1.25rem;
}
.w-28{
  width: 7rem;
}
.w-96{
  width: 24rem;
}
.w-8\/12{
  width: 66.666667%;
}
.w-4\/12{
  width: 33.333333%;
}
.w-9\/12{
  width: 75%;
}
.w-3\/12{
  width: 25%;
}
.w-9{
  width: 2.25rem;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[0\.75rem\]{
  width: 0.75rem;
}
.w-1\/2{
  width: 50%;
}
.w-\[98vw\]{
  width: 98vw;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[68\%\]{
  width: 68%;
}
.w-56{
  width: 14rem;
}
.w-36{
  width: 9rem;
}
.w-72{
  width: 18rem;
}
.w-\[25rem\]{
  width: 25rem;
}
.w-\[16rem\]{
  width: 16rem;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1000px\]{
  width: 1000px;
}
.w-1{
  width: 0.25rem;
}
.w-\[108px\]{
  width: 108px;
}
.w-1\/3{
  width: 33.333333%;
}
.w-40{
  width: 10rem;
}
.w-3\/4{
  width: 75%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[32rem\]{
  width: 32rem;
}
.w-1\/12{
  width: 8.333333%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[96\%\]{
  width: 96%;
}
.w-fit{
  width: fit-content;
}
.w-0\.5{
  width: 0.125rem;
}
.w-\[97vw\]{
  width: 97vw;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-64{
  width: 16rem;
}
.w-16{
  width: 4rem;
}
.w-32{
  width: 8rem;
}
.w-\[7rem\]{
  width: 7rem;
}
.w-\[95\%\]{
  width: 95%;
}
.w-\[60px\]{
  width: 60px;
}
.w-3{
  width: 0.75rem;
}
.w-\[55\%\]{
  width: 55%;
}
.w-11{
  width: 2.75rem;
}
.w-\[400px\]{
  width: 400px;
}
.w-44{
  width: 11rem;
}
.w-2{
  width: 0.5rem;
}
.w-\[300px\]{
  width: 300px;
}
.w-2\/3{
  width: 66.666667%;
}
.w-48{
  width: 12rem;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[67px\]{
  width: 67px;
}
.w-14{
  width: 3.5rem;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[45\%\]{
  width: 45%;
}
.w-60{
  width: 15rem;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[13\.5rem\]{
  width: 13.5rem;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[47\%\]{
  width: 47%;
}
.w-1\.5{
  width: 0.375rem;
}
.\!w-px{
  width: 1px !important;
}
.w-\[160px\]{
  width: 160px;
}
.w-max{
  width: max-content;
}
.w-\[13\.4rem\]{
  width: 13.4rem;
}
.w-\[1\.5rem\]{
  width: 1.5rem;
}
.w-\[270px\]{
  width: 270px;
}
.\!w-96{
  width: 24rem !important;
}
.min-w-\[20px\]{
  min-width: 20px;
}
.min-w-fit{
  min-width: fit-content;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[15rem\]{
  min-width: 15rem;
}
.min-w-full{
  min-width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[125px\]{
  min-width: 125px;
}
.min-w-\[13px\]{
  min-width: 13px;
}
.min-w-\[24px\]{
  min-width: 24px;
}
.min-w-\[98vw\]{
  min-width: 98vw;
}
.min-w-\[30px\]{
  min-width: 30px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[30rem\]{
  max-width: 30rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-\[60rem\]{
  max-width: 60rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[40rem\]{
  max-width: 40rem;
}
.max-w-\[37\.7rem\]{
  max-width: 37.7rem;
}
.max-w-\[10\.5rem\]{
  max-width: 10.5rem;
}
.max-w-\[35rem\]{
  max-width: 35rem;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[130px\]{
  max-width: 130px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[50rem\]{
  max-width: 50rem;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[20rem\]{
  max-width: 20rem;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[14rem\]{
  max-width: 14rem;
}
.max-w-\[45rem\]{
  max-width: 45rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[47\%\]{
  max-width: 47%;
}
.max-w-\[20\%\]{
  max-width: 20%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-max{
  max-width: max-content;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-none{
  flex: none;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.origin-top-right{
  transform-origin: top right;
}
.origin-top-left{
  transform-origin: top left;
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: var(--tw-transform);
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.translate-y-5{
  --tw-translate-y: 1.25rem;
  transform: var(--tw-transform);
}
.-translate-x-0{
  --tw-translate-x: -0px;
  transform: var(--tw-transform);
}
.translate-y-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.translate-x-\[-260px\]{
  --tw-translate-x: -260px;
  transform: var(--tw-transform);
}
.translate-x-\[-195px\]{
  --tw-translate-x: -195px;
  transform: var(--tw-transform);
}
.translate-x-\[-150px\]{
  --tw-translate-x: -150px;
  transform: var(--tw-transform);
}
.translate-x-\[-218px\]{
  --tw-translate-x: -218px;
  transform: var(--tw-transform);
}
.translate-x-\[-194px\]{
  --tw-translate-x: -194px;
  transform: var(--tw-transform);
}
.translate-x-5{
  --tw-translate-x: 1.25rem;
  transform: var(--tw-transform);
}
.translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: var(--tw-transform);
}
.translate-y-0\.5{
  --tw-translate-y: 0.125rem;
  transform: var(--tw-transform);
}
.translate-x-14{
  --tw-translate-x: 3.5rem;
  transform: var(--tw-transform);
}
.translate-y-8{
  --tw-translate-y: 2rem;
  transform: var(--tw-transform);
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: var(--tw-transform);
}
.translate-x-\[35px\]{
  --tw-translate-x: 35px;
  transform: var(--tw-transform);
}
.-translate-y-\[30px\]{
  --tw-translate-y: -30px;
  transform: var(--tw-transform);
}
.-translate-x-\[130px\]{
  --tw-translate-x: -130px;
  transform: var(--tw-transform);
}
.-translate-y-\[190px\]{
  --tw-translate-y: -190px;
  transform: var(--tw-transform);
}
.-translate-x-\[50px\]{
  --tw-translate-x: -50px;
  transform: var(--tw-transform);
}
.translate-y-\[38px\]{
  --tw-translate-y: 38px;
  transform: var(--tw-transform);
}
.-translate-x-\[350px\]{
  --tw-translate-x: -350px;
  transform: var(--tw-transform);
}
.-translate-y-\[150px\]{
  --tw-translate-y: -150px;
  transform: var(--tw-transform);
}
.-translate-y-\[10px\]{
  --tw-translate-y: -10px;
  transform: var(--tw-transform);
}
.translate-x-\[20px\]{
  --tw-translate-x: 20px;
  transform: var(--tw-transform);
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  transform: var(--tw-transform);
}
.-translate-x-6{
  --tw-translate-x: -1.5rem;
  transform: var(--tw-transform);
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: var(--tw-transform);
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}
.rotate-12{
  --tw-rotate: 12deg;
  transform: var(--tw-transform);
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
.-rotate-90{
  --tw-rotate: -90deg;
  transform: var(--tw-transform);
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: var(--tw-transform);
}
.transform{
  transform: var(--tw-transform);
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-text{
  cursor: text;
}
.cursor-default{
  cursor: default;
}
.cursor-col-resize{
  cursor: col-resize;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.touch-none{
  touch-action: none;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  appearance: none;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.auto-rows-max{
  grid-auto-rows: max-content;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-start{
  place-content: start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.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;
}
.justify-items-start{
  justify-items: start;
}
.justify-items-center{
  justify-items: center;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-0{
  gap: 0px;
}
.gap-8{
  gap: 2rem;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-14{
  gap: 3.5rem;
}
.gap-28{
  gap: 7rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-\[50\%\]{
  column-gap: 50%;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.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-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-shade_of_gray > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-divide-opacity));
}
.divide-Primary-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.divide-Primary-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-grayish_purple > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(132 129 138 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.self-center{
  align-self: center;
}
.justify-self-start{
  justify-self: start;
}
.justify-self-center{
  justify-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-hidden{
  overflow: hidden !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-\[0\.300rem\]{
  border-radius: 0.300rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[200px\]{
  border-radius: 200px;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[12\.5rem\]{
  border-radius: 12.5rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-none{
  border-radius: 0px;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-\[1\.58px\]{
  border-width: 1.58px;
}
.border-0{
  border-width: 0px;
}
.border-4{
  border-width: 4px;
}
.\!border-0{
  border-width: 0px !important;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-\[3px\]{
  border-left-width: 3px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-solid{
  border-style: solid;
}
.border-none{
  border-style: none;
}
.border-Primary-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-appTheme{
  --tw-border-opacity: 1;
  border-color: rgb(1 46 129 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-Primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-Primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-Primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-Primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-Red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-appThemeSecondary{
  --tw-border-opacity: 1;
  border-color: rgb(113 147 211 / var(--tw-border-opacity));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-Primary-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-shade_of_gray{
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-Transparent{
  border-color: transparent;
}
.border-Indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.border-Dark{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-Tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-silver{
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
}
.border-Primary-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}
.border-Red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-Red-800{
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}
.border-sky{
  --tw-border-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-border-opacity));
}
.border-current{
  border-color: currentColor;
}
.border-Green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-Yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.border-Primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-purple-400{
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity));
}
.border-fuchsia-400{
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity));
}
.border-teal-400{
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity));
}
.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-amber-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.border-lime-400{
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity));
}
.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-Primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-l-Primary-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-Primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-Primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-Tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-appTheme{
  --tw-bg-opacity: 1;
  background-color: rgb(1 46 129 / var(--tw-bg-opacity));
}
.bg-Blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-Red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-Primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-secondary_button{
  --tw-bg-opacity: 1;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light_dark{
  background-color: #0000006d;
}
.bg-Primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-blood{
  --tw-bg-opacity: 1;
  background-color: rgb(231 65 67 / var(--tw-bg-opacity));
}
.bg-appThemeSecondary{
  --tw-bg-opacity: 1;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity));
}
.bg-Dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-Primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-Primary-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-Transparent{
  background-color: transparent;
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-Primary-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-Tertiary\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-Primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-Sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-Yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-Sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-Yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-Pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-Green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-pinkish_gray{
  --tw-bg-opacity: 1;
  background-color: rgb(252 249 249 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-ghost_white{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-Sky-200{
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-vanilla{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}
.bg-BlueGray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-Cyan-100{
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-Yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-Red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-Red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-Green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-Red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-Primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-light_red{
  --tw-bg-opacity: 1;
  background-color: rgb(199 69 29 / var(--tw-bg-opacity));
}
.bg-light_yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(235 198 80 / var(--tw-bg-opacity));
}
.bg-light_green{
  --tw-bg-opacity: 1;
  background-color: rgb(142 211 153 / var(--tw-bg-opacity));
}
.bg-zinc-100{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.\!bg-secondary_button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-grayish_white{
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 250 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-off_white{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-smoke_white{
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-inherit{
  background-color: inherit;
}
.bg-sky{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-Primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-Red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-Green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[white\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-appThemeSecondary\/80{
  background-color: rgb(113 147 211 / 0.8);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-light_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(188 211 254 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-appThemeSecondary\/40{
  background-color: rgb(113 147 211 / 0.4);
}
.bg-Green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-Red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-Yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-deep_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(19 90 222 / var(--tw-bg-opacity));
}
.bg-whitish_blue{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 251 / var(--tw-bg-opacity));
}
.bg-Green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-Blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary_button{
  --tw-gradient-from: #012E81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(1 46 129 / 0));
}
.from-appTheme{
  --tw-gradient-from: #012E81;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(1 46 129 / 0));
}
.from-Blue-900{
  --tw-gradient-from: #1e3a8a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 58 138 / 0));
}
.to-secondary_button{
  --tw-gradient-to: #7193D3;
}
.to-appThemeSecondary{
  --tw-gradient-to: #7193D3;
}
.to-Blue-500{
  --tw-gradient-to: #3b82f6;
}
.fill-amber-400{
  fill: #fbbf24;
}
.fill-yellow-400{
  fill: #facc15;
}
.fill-Tertiary{
  fill: #fff;
}
.fill-current{
  fill: currentColor;
}
.stroke-gray-500{
  stroke: #6b7280;
}
.stroke-\[10px\]{
  stroke-width: 10px;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.object-fill{
  object-fit: fill;
}
.object-center{
  object-position: center;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-3{
  padding: 0.75rem;
}
.p-1{
  padding: 0.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.\!p-0{
  padding: 0px !important;
}
.p-5{
  padding: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[2px\]{
  padding-left: 2px;
  padding-right: 2px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-\[6px\]{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-\[18px\]{
  padding-right: 18px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-\[4\.5rem\]{
  padding-bottom: 4.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-44{
  padding-bottom: 11rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-\[6\.5rem\]{
  padding-bottom: 6.5rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-px{
  padding-bottom: 1px;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-\[70px\]{
  padding-bottom: 70px;
}
.pb-\[210px\]{
  padding-bottom: 210px;
}
.pb-\[140px\]{
  padding-bottom: 140px;
}
.pb-8{
  padding-bottom: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-\[1px\]{
  padding-top: 1px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-0{
  padding-left: 0px;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pr-2\.5{
  padding-right: 0.625rem;
}
.pt-\[2px\]{
  padding-top: 2px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-12{
  padding-left: 3rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-3\.5{
  padding-left: 0.875rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.pb-16{
  padding-bottom: 4rem;
}
.pl-8{
  padding-left: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.font-poppins{
  font-family: Poppins, sans-serif;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-table{
  font-family: Segoe UI;
}
.font-arial{
  font-family: Arial;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-formSize{
  font-size: 0.875rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[1\.2rem\]{
  font-size: 1.2rem;
}
.text-\[0\.9em\]{
  font-size: 0.9em;
}
.text-\[0\.64rem\]{
  font-size: 0.64rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-light{
  font-weight: 300;
}
.font-formFont{
  font-weight: 500;
}
.font-\[400\]{
  font-weight: 400;
}
.font-thin{
  font-weight: 100;
}
.font-extrabold{
  font-weight: 800;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-tight{
  line-height: 1.25;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-formHeight{
  line-height: 1.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-\[1\.26rem\]{
  line-height: 1.26rem;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-Primary-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-appTheme{
  --tw-text-opacity: 1;
  color: rgb(1 46 129 / var(--tw-text-opacity));
}
.text-dark_gray{
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity));
}
.text-secondary_button{
  --tw-text-opacity: 1;
  color: rgb(113 147 211 / var(--tw-text-opacity));
}
.text-Tertiary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-Primary-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-Red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-Yellow-300{
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-Green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-Primary-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-Primary-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-Primary-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-Red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-Dark{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-off_white{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}
.text-Tertiary\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-appThemeSecondary{
  --tw-text-opacity: 1;
  color: rgb(113 147 211 / var(--tw-text-opacity));
}
.text-Indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-Red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-Green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-Indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-Primary-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-grayish_purple{
  --tw-text-opacity: 1;
  color: rgb(132 129 138 / var(--tw-text-opacity));
}
.text-Primary-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-Primary-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-Primary-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-Blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-Cyan-800{
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-Yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-Red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-Primary-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-Green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-Red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-Red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-Green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-medium_dark_shade{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}
.text-Tertiary\/70{
  color: rgb(255 255 255 / 0.7);
}
.\!text-Primary-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-Yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-fuchsia-700{
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-lime-700{
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-Blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-BlueGray-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-davy_grey{
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.placeholder-Primary-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-Dark::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-40{
  opacity: 0.4;
}
.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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-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-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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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_3px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_3px_3px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 3px 10px rgba(0,0,0,0.1),0 3px 3px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 3px 10px var(--tw-shadow-color), 0 3px 3px 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-Tertiary{
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0{
  --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);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-Primary-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-Dark{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-Primary-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-Red-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.ring-gray-900\/5{
  --tw-ring-color: rgb(17 24 39 / 0.05);
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.ring-offset-Primary-200{
  --tw-ring-offset-color: #e5e7eb;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-filter);
}
.filter{
  filter: var(--tw-filter);
}
.transition-opacity{
  transition-property: opacity;
  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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-150{
  transition-duration: 150ms;
}
.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-linear{
  transition-timing-function: linear;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}
body {
  font-family: "Poppins", "sans-serif";
}
@media print {
  body {
    visibility: hidden;
  }

  #print-button-container {
    visibility: hidden;
  }

  #print-modal {
    visibility: visible !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
}
@page {
  size: auto;
  margin-bottom: 0;
}
.filter-modal .css-13cymwt-control {
  border-radius: 50px !important;
}
.filter-section .css-1nmdiq5-menu {
  box-shadow: none !important;
}
.filter-section .css-uvc4ke-control {
  border-radius: 50px !important;
  border: 1px solid #ccc !important;
}
.progress-bar-report-download {
  animation: progress 1s infinite linear;
}
.left-right {
  transform-origin: 0% 50%;
}
@keyframes progress {
  0% {
    transform: translateX(0) scaleX(0);
  }

  40% {
    transform: translateX(0) scaleX(0.4);
  }

  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}
.placeholder\:text-center::placeholder{
  text-align: center;
}
.placeholder\:text-red-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.placeholder\:text-Red-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.placeholder\:text-Primary-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.placeholder\:text-Primary-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.checked\:bg-appTheme:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(1 46 129 / var(--tw-bg-opacity));
}
.focus-within\:relative:focus-within{
  position: relative;
}
.hover\:visible:hover{
  visibility: visible;
}
.hover\:flex:hover{
  display: flex;
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:border-Primary-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-Sky-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.hover\:bg-Blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-appTheme\/70:hover{
  background-color: rgb(1 46 129 / 0.7);
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.hover\:bg-secondary_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity));
}
.hover\:bg-zinc-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-appTheme\/40:hover{
  background-color: rgb(1 46 129 / 0.4);
}
.hover\:bg-Red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.hover\:bg-Red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.hover\:bg-appThemeSecondary\/80:hover{
  background-color: rgb(113 147 211 / 0.8);
}
.hover\:bg-Primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.hover\:bg-appThemeSecondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity));
}
.hover\:bg-Primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-royal_blue:hover{
  --tw-text-opacity: 1;
  color: rgb(1 46 129 / var(--tw-text-opacity));
}
.hover\:text-Tertiary:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-Red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-Primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-Indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.hover\:text-Red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.hover\:text-Blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-Red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:text-Primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-Primary-100:hover{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.hover\:text-Tertiary\/60:hover{
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-Primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-appThemeSecondary:hover{
  --tw-text-opacity: 1;
  color: rgb(113 147 211 / var(--tw-text-opacity));
}
.hover\:text-Primary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow:hover{
  --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);
}
.hover\:checked\:bg-appThemeSecondary:checked:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 147 211 / var(--tw-bg-opacity));
}
.focus\:z-20:focus{
  z-index: 20;
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-Indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:border-Primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.focus\:border-Red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:border-Primary-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.focus\:border-Transparent:focus{
  border-color: transparent;
}
.focus\:bg-Tertiary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-royal_blue:focus{
  --tw-text-opacity: 1;
  color: rgb(1 46 129 / var(--tw-text-opacity));
}
.focus\:text-Primary-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-Primary-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring: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-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-appThemeSecondary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 147 211 / var(--tw-ring-opacity));
}
.focus\:ring-Primary-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-Tertiary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-Indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-appTheme:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 46 129 / var(--tw-ring-opacity));
}
.focus\:ring-Primary-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}
.focus\:ring-Indigo-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-Primary-800:focus{
  --tw-ring-offset-color: #1f2937;
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-indigo-600:focus-visible{
  outline-color: #4f46e5;
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-Tertiary:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus-visible\:ring-opacity-75:focus-visible{
  --tw-ring-opacity: 0.75;
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-Primary-800:focus-visible{
  --tw-ring-offset-color: #1f2937;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.active\:animate-spin:active{
  animation: spin 1s linear infinite;
}
.active\:text-royal_blue:active{
  --tw-text-opacity: 1;
  color: rgb(1 46 129 / var(--tw-text-opacity));
}
.active\:text-Primary-400:active{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:bg-dark_gray:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(138 138 138 / var(--tw-bg-opacity));
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.hover\:disabled\:bg-dark_gray:disabled:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(138 138 138 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
  transform: var(--tw-transform);
}
.group:hover .group-hover\:text-Primary-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-Tertiary{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-75{
  opacity: 0.75;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.peer:hover ~ .peer-hover\:visible{
  visibility: visible;
}
@media (prefers-reduced-motion: reduce){
  @keyframes spin{
    to{
      transform: rotate(360deg);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
}
@media (min-width: 320px){
  .ms\:w-32{
    width: 8rem;
  }
}
@media (min-width: 375px){
  .mm\:mt-\[7rem\]{
    margin-top: 7rem;
  }
  .mm\:mt-\[5\.75rem\]{
    margin-top: 5.75rem;
  }
  .mm\:mt-\[5\.5rem\]{
    margin-top: 5.5rem;
  }
  .mm\:w-40{
    width: 10rem;
  }
}
@media (min-width: 425px){
  .ml\:mt-\[5\.75rem\]{
    margin-top: 5.75rem;
  }
  .ml\:mt-\[5\.5rem\]{
    margin-top: 5.5rem;
  }
  .ml\:mt-\[4\.5rem\]{
    margin-top: 4.5rem;
  }
  .ml\:w-52{
    width: 13rem;
  }
}
@media (min-width: 600px){
  .xsm\:mt-10{
    margin-top: 2.5rem;
  }
  .xsm\:w-auto{
    width: auto;
  }
  .xsm\:w-60{
    width: 15rem;
  }
  .xsm\:min-w-\[13\.4rem\]{
    min-width: 13.4rem;
  }
  .xsm\:max-w-full{
    max-width: 100%;
  }
  .xsm\:pb-24{
    padding-bottom: 6rem;
  }
}
@media (min-width: 640px){
  .sm\:top-6{
    top: 1.5rem;
  }
  .sm\:right-6{
    right: 1.5rem;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:col-start-2{
    grid-column-start: 2;
  }
  .sm\:col-start-1{
    grid-column-start: 1;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:mt-7{
    margin-top: 1.75rem;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mr-5{
    margin-right: 1.25rem;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:-ml-10{
    margin-left: -2.5rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:mt-1{
    margin-top: 0.25rem;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-28{
    height: 7rem;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:w-\[91\%\]{
    width: 91%;
  }
  .sm\:w-\[96\%\]{
    width: 96%;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-28{
    width: 7rem;
  }
  .sm\:w-\[12rem\]{
    width: 12rem;
  }
  .sm\:w-\[10rem\]{
    width: 10rem;
  }
  .sm\:w-64{
    width: 16rem;
  }
  .sm\:w-6\/12{
    width: 50%;
  }
  .sm\:max-w-\[62\%\]{
    max-width: 62%;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-\[270px\]{
    max-width: 270px;
  }
  .sm\:flex-shrink-0{
    flex-shrink: 0;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }
  .sm\:translate-x-2{
    --tw-translate-x: 0.5rem;
    transform: var(--tw-transform);
  }
  .sm\:translate-x-0{
    --tw-translate-x: 0px;
    transform: var(--tw-transform);
  }
  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: var(--tw-transform);
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
  }
  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:items-baseline{
    align-items: baseline;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:justify-evenly{
    justify-content: space-evenly;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-3\.5{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:pr-4{
    padding-right: 1rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:pb-2{
    padding-bottom: 0.5rem;
  }
  .sm\:pl-1{
    padding-left: 0.25rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:align-middle{
    vertical-align: middle;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:leading-5{
    line-height: 1.25rem;
  }
  .sm\:leading-6{
    line-height: 1.5rem;
  }
  .sm\:duration-700{
    transition-duration: 700ms;
  }
  .sm\:before\:flex-1::before{
    content: var(--tw-content);
    flex: 1 1 0%;
  }
}
@media (min-width: 765px){
  .md\:invisible{
    visibility: hidden;
  }
  .md\:static{
    position: static;
  }
  .md\:absolute{
    position: absolute;
  }
  .md\:bottom-16{
    bottom: 4rem;
  }
  .md\:-left-28{
    left: -7rem;
  }
  .md\:top-\[60\%\]{
    top: 60%;
  }
  .md\:top-\[63\%\]{
    top: 63%;
  }
  .md\:-bottom-16{
    bottom: -4rem;
  }
  .md\:-bottom-20{
    bottom: -5rem;
  }
  .md\:left-\[15\%\]{
    left: 15%;
  }
  .md\:right-auto{
    right: auto;
  }
  .md\:z-0{
    z-index: 0;
  }
  .md\:m-2{
    margin: 0.5rem;
  }
  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:mt-12{
    margin-top: 3rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mr-7{
    margin-right: 1.75rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:-mt-px{
    margin-top: -1px;
  }
  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-4{
    margin-top: 1rem;
  }
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:mb-14{
    margin-bottom: 3.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[60vh\]{
    height: 60vh;
  }
  .md\:h-5{
    height: 1.25rem;
  }
  .md\:h-\[71vh\]{
    height: 71vh;
  }
  .md\:h-\[87vh\]{
    height: 87vh;
  }
  .md\:h-\[24vh\]{
    height: 24vh;
  }
  .md\:max-h-32{
    max-height: 8rem;
  }
  .md\:max-h-\[72\%\]{
    max-height: 72%;
  }
  .md\:max-h-\[85\%\]{
    max-height: 85%;
  }
  .md\:max-h-\[60\%\]{
    max-height: 60%;
  }
  .md\:min-h-full{
    min-height: 100%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-64{
    width: 16rem;
  }
  .md\:w-52{
    width: 13rem;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-\[90vw\]{
    width: 90vw;
  }
  .md\:w-\[30rem\]{
    width: 30rem;
  }
  .md\:w-72{
    width: 18rem;
  }
  .md\:w-\[13\.4rem\]{
    width: 13.4rem;
  }
  .md\:w-\[100\%_\!important\]{
    width: 100% !important;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:w-fit{
    width: fit-content;
  }
  .md\:w-\[87vw\]{
    width: 87vw;
  }
  .md\:w-\[25rem\]{
    width: 25rem;
  }
  .md\:w-\[97\%\]{
    width: 97%;
  }
  .md\:w-\[207px\]{
    width: 207px;
  }
  .md\:w-36{
    width: 9rem;
  }
  .md\:w-5{
    width: 1.25rem;
  }
  .md\:w-\[350px\]{
    width: 350px;
  }
  .md\:w-\[130px\]{
    width: 130px;
  }
  .md\:w-\[371px\]{
    width: 371px;
  }
  .md\:w-\[305px\]{
    width: 305px;
  }
  .md\:w-\[55\%\]{
    width: 55%;
  }
  .md\:w-\[80\%\]{
    width: 80%;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-\[170px\]{
    width: 170px;
  }
  .md\:max-w-\[40\%\]{
    max-width: 40%;
  }
  .md\:max-w-\[13rem\]{
    max-width: 13rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-\[170px\]{
    max-width: 170px;
  }
  .md\:max-w-\[80\%\]{
    max-width: 80%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-\[5rem\]{
    gap: 5rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-40{
    gap: 10rem;
  }
  .md\:gap-y-2{
    row-gap: 0.5rem;
  }
  .md\:rounded-none{
    border-radius: 0px;
  }
  .md\:rounded-lg{
    border-radius: 0.5rem;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:border-smoke_white{
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:bg-appTheme{
    --tw-bg-opacity: 1;
    background-color: rgb(1 46 129 / var(--tw-bg-opacity));
  }
  .md\:p-1{
    padding: 0.25rem;
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pt-4{
    padding-top: 1rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pb-\[9\.5rem\]{
    padding-bottom: 9.5rem;
  }
  .md\:pb-\[150px\]{
    padding-bottom: 150px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pb-2{
    padding-bottom: 0.5rem;
  }
  .md\:pl-1{
    padding-left: 0.25rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-Tertiary{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:text-appTheme{
    --tw-text-opacity: 1;
    color: rgb(1 46 129 / var(--tw-text-opacity));
  }
  .md\: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);
  }
  .md\:placeholder\:text-left::placeholder{
    text-align: left;
  }
  .md\:hover\:bg-appTheme\/80:hover{
    background-color: rgb(1 46 129 / 0.8);
  }
}
@media (min-width: 815px){
  .xmd\:w-\[330px\]{
    width: 330px;
  }
}
@media (min-width: 825px){
  .x2md\:w-\[503px\]{
    width: 503px;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:top-8{
    top: 2rem;
  }
  .lg\:right-8{
    right: 2rem;
  }
  .lg\:right-4{
    right: 1rem;
  }
  .lg\:left-\[23\%\]{
    left: 23%;
  }
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .lg\:mt-8{
    margin-top: 2rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:ml-3{
    margin-left: 0.75rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:inline-flex{
    display: inline-flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-32{
    height: 8rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-\[71vh\]{
    height: 71vh;
  }
  .lg\:h-\[90vh\]{
    height: 90vh;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-\[80vh\]{
    height: 80vh;
  }
  .lg\:max-h-\[138px\]{
    max-height: 138px;
  }
  .lg\:max-h-40{
    max-height: 10rem;
  }
  .lg\:w-32{
    width: 8rem;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-\[250\]{
    width: 250;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-\[93vw\]{
    width: 93vw;
  }
  .lg\:w-64{
    width: 16rem;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-\[90vw\]{
    width: 90vw;
  }
  .lg\:w-\[45\%\]{
    width: 45%;
  }
  .lg\:w-\[30rem\]{
    width: 30rem;
  }
  .lg\:w-\[49rem\]{
    width: 49rem;
  }
  .lg\:\!w-auto{
    width: auto !important;
  }
  .lg\:w-\[239px\]{
    width: 239px;
  }
  .lg\:w-\[15rem\]{
    width: 15rem;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-\[40\%\]{
    width: 40%;
  }
  .lg\:w-\[60\%\]{
    width: 60%;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:max-w-\[15rem\]{
    max-width: 15rem;
  }
  .lg\:max-w-\[220px\]{
    max-width: 220px;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:flex-none{
    flex: none;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-x-4{
    column-gap: 1rem;
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:border-0{
    border-width: 0px;
  }
  .lg\:bg-Primary-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-1{
    padding: 0.25rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-0\.5{
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:pr-4{
    padding-right: 1rem;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pr-3{
    padding-right: 0.75rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:font-semibold{
    font-weight: 600;
  }
  .lg\:hover\:text-Tertiary:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px){
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:ml-4{
    margin-left: 1rem;
  }
  .xl\:mt-1{
    margin-top: 0.25rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[65vh\]{
    height: 65vh;
  }
  .xl\:h-\[55px\]{
    height: 55px;
  }
  .xl\:w-\[46vw\]{
    width: 46vw;
  }
  .xl\:w-\[75vw\]{
    width: 75vw;
  }
  .xl\:w-\[32vw\]{
    width: 32vw;
  }
  .xl\:w-\[21rem\]{
    width: 21rem;
  }
  .xl\:min-w-\[590px\]{
    min-width: 590px;
  }
  .xl\:max-w-\[55rem\]{
    max-width: 55rem;
  }
  .xl\:max-w-\[300px\]{
    max-width: 300px;
  }
  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:justify-around{
    justify-content: space-around;
  }
  .xl\:gap-\[5\.2rem\]{
    gap: 5.2rem;
  }
  .xl\:gap-2{
    gap: 0.5rem;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-10{
    gap: 2.5rem;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-x-4{
    column-gap: 1rem;
  }
  .xl\:p-4{
    padding: 1rem;
  }
  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:pr-12{
    padding-right: 3rem;
  }
  .xl\:pl-12{
    padding-left: 3rem;
  }
  .xl\:pb-10{
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:-bottom-\[5rem\]{
    bottom: -5rem;
  }
  .\32xl\:mb-24{
    margin-bottom: 6rem;
  }
  .\32xl\:mt-3{
    margin-top: 0.75rem;
  }
  .\32xl\:h-12{
    height: 3rem;
  }
  .\32xl\:max-h-\[90\%\]{
    max-height: 90%;
  }
  .\32xl\:max-h-\[77\%\]{
    max-height: 77%;
  }
  .\32xl\:w-\[65\%\]{
    width: 65%;
  }
  .\32xl\:w-12{
    width: 3rem;
  }
  .\32xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
