/*
! tailwindcss v3.0.15 | 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: #E0E1E2; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #A0AEC0; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #A0AEC0; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #A0AEC0; /* 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;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(55 204 204 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1921px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-8 {
  top: 2rem;
}
.right-8 {
  right: 2rem;
}
.-left-8 {
  left: -2rem;
}
.-left-10 {
  left: -2.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.left-1\/2 {
  left: 50%;
}
.top-1\.5 {
  top: 0.375rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.top-1 {
  top: 0.25rem;
}
.left-1 {
  left: 0.25rem;
}
.bottom-2\/3 {
  bottom: 66.666667%;
}
.left-2\/3 {
  left: 66.666667%;
}
.-left-4 {
  left: -1rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.right-12 {
  right: 3rem;
}
.bottom-12 {
  bottom: 3rem;
}
.left-12 {
  left: 3rem;
}
.right-4 {
  right: 1rem;
}
.top-1\/2 {
  top: 50%;
}
.left-5 {
  left: 1.25rem;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-1000 {
  z-index: 1000;
}
.-z-10 {
  z-index: -10;
}
.-z-50 {
  z-index: -50;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-px {
  margin-bottom: 1px;
}
.mt-9 {
  margin-top: 2.25rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mt-18 {
  margin-top: 4.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.-ml-1\.5 {
  margin-left: -0.375rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-13 {
  margin-bottom: 3.25rem;
}
.-mt-72 {
  margin-top: -18rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.ml-4 {
  margin-left: 1rem;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!ml-4\.5 {
  margin-left: 1.125rem !important;
}
.\!ml-4 {
  margin-left: 1rem !important;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-8 {
  margin-right: 2rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-3\.3 {
  margin-top: 0.8125rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.-mt-1\.25em {
  margin-top: -1.25em;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mt-76 {
  margin-top: -19rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-18 {
  margin-bottom: 4.5rem;
}
.-ml-\[5px\] {
  margin-left: -5px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mt-13 {
  margin-top: 3.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3 / 2;
}
.h-5 {
  height: 1.25rem;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-screen {
  height: 100vh;
}
.h-6\.5 {
  height: 1.625rem;
}
.h-\[calc\(100\%-60px\)\] {
  height: calc(100% - 60px);
}
.h-112\.5 {
  height: 28.125rem;
}
.h-px {
  height: 1px;
}
.h-13 {
  height: 3.25rem;
}
.h-9 {
  height: 2.25rem;
}
.h-4 {
  height: 1rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-14\.5 {
  height: 3.375rem;
}
.h-14 {
  height: 3.5rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1 {
  height: 0.25rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12\.5 {
  height: 3.125rem;
}
.h-12 {
  height: 3rem;
}
.h-20 {
  height: 5rem;
}
.h-45 {
  height: 11.25rem;
}
.h-20\.5 {
  height: 5.125rem;
}
.h-7\.5 {
  height: 1.875rem;
}
.h-7 {
  height: 1.75rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.\!h-15 {
  height: 3.75rem !important;
}
.h-65 {
  height: 16.125rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-110 {
  height: 27.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-52 {
  height: 13rem;
}
.h-25 {
  height: 6.25rem;
}
.h-\[128px\] {
  height: 128px;
}
.h-80 {
  height: 20rem;
}
.max-h-\[496px\] {
  max-height: 496px;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-160 {
  max-height: 40rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-33 {
  min-height: 8.25rem;
}
.min-h-142\.5 {
  min-height: 35.625rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-33 {
  width: 8.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-32 {
  width: 8rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-auto {
  width: auto;
}
.\!w-full {
  width: 100% !important;
}
.w-8 {
  width: 2rem;
}
.w-53 {
  width: 13.125rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-13 {
  width: 3.25rem;
}
.w-9 {
  width: 2.25rem;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-4 {
  width: 1rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-screen {
  width: 100vw;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-20 {
  width: 5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-88 {
  width: 22rem;
}
.w-40 {
  width: 10rem;
}
.w-7\.5 {
  width: 1.875rem;
}
.w-7 {
  width: 1.75rem;
}
.w-56 {
  width: 14rem;
}
.w-39 {
  width: 9.75rem;
}
.w-87 {
  width: 21.4375rem;
}
.w-48 {
  width: 12rem;
}
.w-16 {
  width: 4rem;
}
.w-\[95px\] {
  width: 95px;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/4 {
  width: 25%;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-133 {
  max-width: 33.25rem;
}
.max-w-105 {
  max-width: 26.125rem;
}
.max-w-31 {
  max-width: 7.75rem;
}
.max-w-167\.5 {
  max-width: 41.875rem;
}
.max-w-115 {
  max-width: 28.75rem;
}
.max-w-2\/5 {
  max-width: 40%;
}
.max-w-58 {
  max-width: 14.5rem;
}
.max-w-54\.5 {
  max-width: 13.625rem;
}
.max-w-122 {
  max-width: 30.5rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[744px\] {
  max-width: 744px;
}
.max-w-174 {
  max-width: 43.5rem;
}
.max-w-93 {
  max-width: 23.25rem;
}
.max-w-screen-6xl {
  max-width: 1920px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-auto {
  cursor: auto;
}
.resize-none {
  resize: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.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;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[23px\] {
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.place-self-start {
  place-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-13 {
  border-radius: 0.8125rem;
}
.rounded-10 {
  border-radius: 0.625rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-15 {
  border-radius: 0.9375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.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-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-l-13 {
  border-top-left-radius: 0.8125rem;
  border-bottom-left-radius: 0.8125rem;
}
.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-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-none {
  border-style: none;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 204 204 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(113 128 150 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(160 174 192 / var(--tw-border-opacity));
}
.border-gray-325 {
  border-color: #A0AEC099;
}
.border-gray-180 {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.\!border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 204 204 / var(--tw-border-opacity)) !important;
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(133 149 172 / var(--tw-border-opacity));
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(235 0 27 / var(--tw-border-opacity));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(66 62 96 / var(--tw-border-opacity));
}
.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 56 / var(--tw-border-opacity));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(79 209 131 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(224 225 226 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(240 243 245 / var(--tw-border-opacity));
}
.border-opacity-15 {
  --tw-border-opacity: 0.15;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 245 / var(--tw-bg-opacity));
}
.bg-gray-450\/75 {
  background-color: rgb(248 248 248 / 0.75);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 62 96 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 204 204 / var(--tw-bg-opacity));
}
.bg-blue-100\/40 {
  background-color: rgb(198 241 241 / 0.4);
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 27 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 245 240 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(198 241 241 / var(--tw-bg-opacity));
}
.bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 234 237 / var(--tw-bg-opacity));
}
.bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 194 42 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 216 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 224 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 244 225 / var(--tw-bg-opacity));
}
.bg-package-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 248 / var(--tw-bg-opacity));
}
.bg-package-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 235 235 / var(--tw-bg-opacity));
}
.bg-package-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 214 214 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 204 70 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-0\.4em {
  padding: 0.4em;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-\[7px\] {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-10\.5 {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}
.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.\!pr-1 {
  padding-right: 0.25rem !important;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.\!pt-3 {
  padding-top: 0.75rem !important;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-4\.5 {
  padding-bottom: 1.125rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-7\.5 {
  padding-bottom: 1.875rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pb-2\.6 {
  padding-bottom: 0.6875rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-full {
  padding-bottom: 100%;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-primary {
  font-family: Outfit;
}
.text-body-base {
  font-size: 16px;
  line-height: 26px;
}
.text-body-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-body-sm {
  font-size: 14px;
  line-height: 20px;
}
.text-h4 {
  font-size: 20px;
  line-height: 28px;
}
.text-body-xx {
  font-size: 13px;
  line-height: 18px;
}
.text-h5 {
  font-size: 18px;
  line-height: 28px;
}
.\!text-body-base {
  font-size: 16px !important;
  line-height: 26px !important;
}
.text-h2 {
  font-size: 28px;
  line-height: 36px;
}
.text-md-h5 {
  font-size: 20px;
  line-height: 28px;
}
.text-body-xxs {
  font-size: 12px;
  line-height: 16px;
}
.text-md-h4 {
  font-size: 24px;
  line-height: 32px;
}
.text-h3 {
  font-size: 24px;
  line-height: 32px;
}
.text-input-base {
  font-size: 16px;
  line-height: 26px;
}
.text-btn-base {
  font-size: 16px;
  line-height: 26px;
}
.text-body-11 {
  font-size: 11px;
  line-height: 18px;
}
.text-body-xl {
  font-size: 48px;
  line-height: 64px;
}
.text-large-title {
  font-size: 40px;
  line-height: 48px;
}
.text-body-xs {
  font-size: 13px;
  line-height: 20px;
}
.text-input-normal {
  font-size: 16px;
  line-height: 24px;
}
.text-body-ts {
  font-size: 10px;
  line-height: 20px;
}
.text-md-h3 {
  font-size: 28px;
  line-height: 36px;
}
.\!text-btn-base {
  font-size: 16px !important;
  line-height: 26px !important;
}
.text-h1 {
  font-size: 32px;
  line-height: 40px;
}
.text-btn-sm {
  font-size: 14px;
  line-height: 20px;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(100 109 120 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(66 62 96 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(51 204 204 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(235 0 27 / var(--tw-text-opacity));
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(113 128 150 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(51 204 204 / var(--tw-text-opacity)) !important;
}
.text-gray-280 {
  --tw-text-opacity: 1;
  color: rgb(143 164 190 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(72 187 120 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 167 167 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(224 225 226 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(79 209 131 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(55 204 70 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(55 204 204 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(160 174 192 / var(--tw-placeholder-opacity));
}
.placeholder-gray-350::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(155 166 181 / var(--tw-placeholder-opacity));
}
.placeholder-gray-350:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(155 166 181 / var(--tw-placeholder-opacity));
}
.placeholder-gray-350::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(155 166 181 / var(--tw-placeholder-opacity));
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-96 {
  opacity: 0.96;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-80 {
  opacity: 0.8;
}
.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 {
  --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-\[10px_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 10px 20px 40px rgba(0,0,0,0.1);
  --tw-shadow-colored: 10px 20px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity));
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.placeholder\:text-body-sm::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.placeholder\:text-body-sm:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.placeholder\:text-body-sm::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.placeholder\:text-blue-200::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 235 235 / var(--tw-text-opacity));
}
.placeholder\:text-blue-200:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 235 235 / var(--tw-text-opacity));
}
.placeholder\:text-blue-200::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 235 235 / var(--tw-text-opacity));
}
.placeholder\:text-gray-350::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 166 181 / var(--tw-text-opacity));
}
.placeholder\:text-gray-350:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 166 181 / var(--tw-text-opacity));
}
.placeholder\:text-gray-350::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 166 181 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.after\:-mt-1::after {
  content: var(--tw-content);
  margin-top: -0.25rem;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:rotate-180::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:pb-full::after {
  content: var(--tw-content);
  padding-bottom: 100%;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(178 0 20 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 167 167 / var(--tw-border-opacity));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 167 167 / var(--tw-bg-opacity));
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 0 20 / var(--tw-bg-opacity));
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 241 241 / var(--tw-bg-opacity));
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 179 36 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 245 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(55 204 204 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(66 62 96 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 167 167 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(100 109 120 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 245 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(100 109 120 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 245 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(100 109 120 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(133 149 172 / var(--tw-text-opacity));
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(55 204 204 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 167 167 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(66 62 96 / var(--tw-text-opacity));
}
.group:hover .group-hover\:no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (prefers-color-scheme: dark) {

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(160 174 192 / var(--tw-text-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(133 149 172 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px) {

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

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:w-32 {
    width: 8rem;
  }

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

  .sm\:place-content-center {
    place-content: center;
  }

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

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

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

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

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

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

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

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

  .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 320px) {

    .md\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 360px) {

    .md\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1920px) {

    .md\:container {
      max-width: 1920px;
    }
  }

  @media (min-width: 1921px) {

    .md\:container {
      max-width: 1921px;
    }
  }

  .md\:sticky {
    position: sticky;
  }

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

  .md\:top-9 {
    top: 2.25rem;
  }

  .md\:right-9 {
    right: 2.25rem;
  }

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

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-none {
    order: 0;
  }

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

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

  .md\:my-18 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

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

  .md\:mt-36 {
    margin-top: 9rem;
  }

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

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

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

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

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

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

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

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

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

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

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:\!mt-4 {
    margin-top: 1rem !important;
  }

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

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

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:-mt-78 {
    margin-top: -19.5rem;
  }

  .md\:mt-10\.5 {
    margin-top: 2.625rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

  .md\:-mt-1\.5 {
    margin-top: -0.375rem;
  }

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

  .md\:mt-\[93px\] {
    margin-top: 93px;
  }

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

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

  .md\:-mt-72 {
    margin-top: -18rem;
  }

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

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

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

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[1\.625rem\] {
    height: 1.625rem;
  }

  .md\:h-136 {
    height: 34rem;
  }

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

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-25 {
    height: 6.25rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-107 {
    height: 26.75rem;
  }

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

  .md\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

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

  .md\:min-h-33 {
    min-height: 8.25rem;
  }

  .md\:w-130 {
    width: 32.5rem;
  }

  .md\:w-35 {
    width: 8.75rem;
  }

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

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-49 {
    width: 12.25rem;
  }

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

  .md\:w-93 {
    width: 23.25rem;
  }

  .md\:w-54 {
    width: 13.5rem;
  }

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

  .md\:w-55 {
    width: 13.75rem;
  }

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

  .md\:w-87 {
    width: 21.4375rem;
  }

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

  .md\:max-w-138\.5 {
    max-width: 34.625rem;
  }

  .md\:max-w-187\.5 {
    max-width: 46.875rem;
  }

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

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

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

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

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

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

  .md\:place-content-center {
    place-content: center;
  }

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

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

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

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

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

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

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-6\.5 {
    -moz-column-gap: 1.625rem;
         column-gap: 1.625rem;
  }

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

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

  .md\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .md\:gap-x-22 {
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

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

  .md\:p-9 {
    padding: 2.25rem;
  }

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

  .md\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-22 {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .md\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

  .md\:px-17\.3 {
    padding-left: 4.3125rem;
    padding-right: 4.3125rem;
  }

  .md\:px-6\.25 {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

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

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

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

  .md\:py-13\.5 {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
  }

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:py-\[7px\] {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .md\:py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:\!px-\[68\.5px\] {
    padding-left: 68.5px !important;
    padding-right: 68.5px !important;
  }

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

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

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

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

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

  .md\:pt-7\.5 {
    padding-top: 1.875rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-18 {
    padding-top: 4.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .md\:text-md-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-md-h4 {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .md\:text-body-base {
    font-size: 16px;
    line-height: 26px;
  }

  .md\:text-body-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .md\:text-body-xxs {
    font-size: 12px;
    line-height: 16px;
  }

  .md\:text-md-h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-body-lg {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:text-body-xs {
    font-size: 13px;
    line-height: 20px;
  }

  .md\:text-36\/44 {
    font-size: 36px;
    line-height: 44px;
  }

  .md\:text-h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-btn-base {
    font-size: 16px;
    line-height: 26px;
  }

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

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

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

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }

  .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);
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:right-9 {
    right: 2.25rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:\!mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

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

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

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

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

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

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .lg\:mt-3\.5 {
    margin-top: 0.875rem;
  }

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

  .lg\:mt-16\.2 {
    margin-top: 4.25rem;
  }

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

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-22 {
    margin-top: 5.5rem;
  }

  .lg\:mt-9\.5 {
    margin-top: 2.375rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:h-13 {
    height: 3.25rem;
  }

  .lg\:h-94\.5 {
    height: 23.625rem;
  }

  .lg\:h-12\.5 {
    height: 3.125rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:min-h-200 {
    min-height: 50rem;
  }

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

  .lg\:w-77 {
    width: 19.125rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-67 {
    width: 16.75rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:\!w-77 {
    width: 19.125rem !important;
  }

  .lg\:w-47\.5 {
    width: 11.875rem;
  }

  .lg\:w-47 {
    width: 11.75rem;
  }

  .lg\:w-129\.5 {
    width: 32.375rem;
  }

  .lg\:w-54 {
    width: 13.5rem;
  }

  .lg\:w-71 {
    width: 17.875rem;
  }

  .lg\:w-130 {
    width: 32.5rem;
  }

  .lg\:w-43\.5 {
    width: 10.875rem;
  }

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

  .lg\:max-w-178\.5 {
    max-width: 44.625rem;
  }

  .lg\:max-w-114 {
    max-width: 28.5rem;
  }

  .lg\:max-w-69 {
    max-width: 17.25rem;
  }

  .lg\:max-w-64\.5 {
    max-width: 16.125rem;
  }

  .lg\:max-w-187\.5 {
    max-width: 46.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:pt-18 {
    padding-top: 4.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

  .lg\:pl-6\.5 {
    padding-left: 1.625rem;
  }

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

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

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

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:text-body-sm {
    font-size: 14px;
    line-height: 20px;
  }

  .lg\:text-h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .lg\:text-h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1280px) {

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

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:min-h-200 {
    min-height: 50rem;
  }

  .xl\:min-h-160 {
    min-height: 40rem;
  }

  .xl\:w-103\.5 {
    width: 25.875rem;
  }

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

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

  .xl\:place-content-center {
    place-content: center;
  }

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

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

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

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1536px) {

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

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

  .\32xl\:mt-4\.5 {
    margin-top: 1.125rem;
  }

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

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 320px) {

  .xsm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 360px) {

  .screen-360\:mt-0 {
    margin-top: 0px;
  }

  .screen-360\:flex-nowrap {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1921px) {

  .before\:6xl\+\:block::before {
    content: var(--tw-content);
    display: block;
  }
}
