*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-\[-20px\] {
  left: -20px;
}

.left-\[-70px\] {
  left: -70px;
}

.left-\[-90px\] {
  left: -90px;
}

.left-\[0px\] {
  left: 0px;
}

.left-\[140px\] {
  left: 140px;
}

.left-\[20px\] {
  left: 20px;
}

.left-\[220px\] {
  left: 220px;
}

.left-\[230px\] {
  left: 230px;
}

.left-\[260px\] {
  left: 260px;
}

.left-\[290px\] {
  left: 290px;
}

.left-\[300px\] {
  left: 300px;
}

.left-\[33px\] {
  left: 33px;
}

.left-\[44px\] {
  left: 44px;
}

.left-\[50px\] {
  left: 50px;
}

.left-\[62px\] {
  left: 62px;
}

.left-\[69\.92px\] {
  left: 69.92px;
}

.right-4 {
  right: 1rem;
}

.right-\[-110px\] {
  right: -110px;
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

.top-\[-120px\] {
  top: -120px;
}

.top-\[-20px\] {
  top: -20px;
}

.top-\[-240px\] {
  top: -240px;
}

.top-\[-30px\] {
  top: -30px;
}

.top-\[-50px\] {
  top: -50px;
}

.top-\[110px\] {
  top: 110px;
}

.top-\[130px\] {
  top: 130px;
}

.top-\[190px\] {
  top: 190px;
}

.top-\[214px\] {
  top: 214px;
}

.top-\[264px\] {
  top: 264px;
}

.top-\[413px\] {
  top: 413px;
}

.top-\[430px\] {
  top: 430px;
}

.top-\[469px\] {
  top: 469px;
}

.top-\[481px\] {
  top: 481px;
}

.top-\[520px\] {
  top: 520px;
}

.top-\[550px\] {
  top: 550px;
}

.top-\[555px\] {
  top: 555px;
}

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

.top-\[62px\] {
  top: 62px;
}

.top-\[680px\] {
  top: 680px;
}

.top-\[68px\] {
  top: 68px;
}

.top-\[730px\] {
  top: 730px;
}

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

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

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

.float-right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-20 {
  height: 5rem;
}

.h-36 {
  height: 9rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-20 {
  width: 5rem;
}

.w-44 {
  width: 11rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-\[213\.50px\] {
  width: 213.50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[488\.08px\] {
  width: 488.08px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-0 {
  flex-basis: 0px;
}

.origin-top-left {
  transform-origin: top left;
}

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

.-rotate-12 {
  --tw-rotate: -12deg;
  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-90 {
  --tw-rotate: -90deg;
  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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  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 fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fadeInLeft {
  animation: fadeInLeft 1s ease-in-out;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

.grid-cols-3 {
  grid-template-columns: repeat(3, 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-end {
  align-items: flex-end;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

.self-stretch {
  align-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-l-\[24px\] {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.rounded-r-\[24px\] {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

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

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

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

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

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

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

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

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

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

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

.border-baseClaro {
  --tw-border-opacity: 1;
  border-color: rgb(246 241 235 / var(--tw-border-opacity, 1));
}

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

.border-morado {
  --tw-border-opacity: 1;
  border-color: rgb(55 56 136 / var(--tw-border-opacity, 1));
}

.bg-\[\#373888\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 56 136 / var(--tw-bg-opacity, 1));
}

.bg-\[\#373888\]\/50 {
  background-color: rgb(55 56 136 / 0.5);
}

.bg-baseClaro {
  --tw-bg-opacity: 1;
  background-color: rgb(246 241 235 / var(--tw-bg-opacity, 1));
}

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

.bg-morado {
  --tw-bg-opacity: 1;
  background-color: rgb(55 56 136 / var(--tw-bg-opacity, 1));
}

.bg-rosa {
  --tw-bg-opacity: 1;
  background-color: rgb(231 211 248 / var(--tw-bg-opacity, 1));
}

.bg-violeta {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 247 / var(--tw-bg-opacity, 1));
}

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

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-\[227px\] {
  padding-bottom: 227px;
}

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

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

.pt-48 {
  padding-top: 12rem;
}

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

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

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

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

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

.font-ttchocolates {
  font-family: TTChocolates, Poppins;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-\[1100px\] {
  font-weight: 1100px;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-azul {
  --tw-text-opacity: 1;
  color: rgb(0 74 173 / var(--tw-text-opacity, 1));
}

.text-baseClaro {
  --tw-text-opacity: 1;
  color: rgb(246 241 235 / var(--tw-text-opacity, 1));
}

.text-morado {
  --tw-text-opacity: 1;
  color: rgb(55 56 136 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-rosa {
  --tw-text-opacity: 1;
  color: rgb(231 211 248 / var(--tw-text-opacity, 1));
}

.text-violeta {
  --tw-text-opacity: 1;
  color: rgb(197 197 247 / var(--tw-text-opacity, 1));
}

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

.text-\[px\] {
  color: px;
}

.text-\[\] {
  color: ;
}

.text-\[14\] {
  color: 14;
}

.opacity-30 {
  opacity: 0.3;
}

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

.outline {
  outline-style: solid;
}

.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, 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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@font-face {
  font-family: 'TTChocolates';

  src: 
     url('../assets/fonts/TTChocolates/TT-Chocolates-Trial-Regular.woff2') format('woff2'),
     url('../assets/fonts/TTChocolates/TT-Chocolates-Trial-Regular.woff') format('woff'),
     url('../assets/fonts/TTChocolates/TT-Chocolates-Trial-ExtraBold.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

.hover\:bg-morado:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 56 136 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-violeta:hover {
  --tw-text-opacity: 1;
  color: rgb(197 197 247 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

@media (min-width: 768px) {
  .md\:bottom-\[-539px\] {
    bottom: -539px;
  }

  .md\:left-\[-60px\] {
    left: -60px;
  }

  .md\:left-\[-90px\] {
    left: -90px;
  }

  .md\:left-\[103px\] {
    left: 103px;
  }

  .md\:left-\[180px\] {
    left: 180px;
  }

  .md\:left-\[330px\] {
    left: 330px;
  }

  .md\:left-\[350px\] {
    left: 350px;
  }

  .md\:left-\[360px\] {
    left: 360px;
  }

  .md\:left-\[368px\] {
    left: 368px;
  }

  .md\:left-\[45px\] {
    left: 45px;
  }

  .md\:left-\[540px\] {
    left: 540px;
  }

  .md\:left-\[600px\] {
    left: 600px;
  }

  .md\:left-\[630px\] {
    left: 630px;
  }

  .md\:left-\[64px\] {
    left: 64px;
  }

  .md\:left-\[82px\] {
    left: 82px;
  }

  .md\:right-\[-130px\] {
    right: -130px;
  }

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

  .md\:top-\[-119px\] {
    top: -119px;
  }

  .md\:top-\[-179px\] {
    top: -179px;
  }

  .md\:top-\[-20px\] {
    top: -20px;
  }

  .md\:top-\[-30px\] {
    top: -30px;
  }

  .md\:top-\[-49px\] {
    top: -49px;
  }

  .md\:top-\[-50px\] {
    top: -50px;
  }

  .md\:top-\[121px\] {
    top: 121px;
  }

  .md\:top-\[138px\] {
    top: 138px;
  }

  .md\:top-\[150px\] {
    top: 150px;
  }

  .md\:top-\[180px\] {
    top: 180px;
  }

  .md\:top-\[187px\] {
    top: 187px;
  }

  .md\:top-\[230px\] {
    top: 230px;
  }

  .md\:top-\[260px\] {
    top: 260px;
  }

  .md\:top-\[290px\] {
    top: 290px;
  }

  .md\:top-\[350px\] {
    top: 350px;
  }

  .md\:top-\[41px\] {
    top: 41px;
  }

  .md\:top-\[421px\] {
    top: 421px;
  }

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

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

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

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

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

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

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

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

  .md\:w-11 {
    width: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[\] {
    color: ;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:bottom-\[-539px\] {
    bottom: -539px;
  }

  .lg\:left-\[-140px\] {
    left: -140px;
  }

  .lg\:left-\[-220px\] {
    left: -220px;
  }

  .lg\:left-\[-340px\] {
    left: -340px;
  }

  .lg\:left-\[-420px\] {
    left: -420px;
  }

  .lg\:left-\[-670px\] {
    left: -670px;
  }

  .lg\:left-\[1000px\] {
    left: 1000px;
  }

  .lg\:left-\[1020px\] {
    left: 1020px;
  }

  .lg\:left-\[230px\] {
    left: 230px;
  }

  .lg\:left-\[350px\] {
    left: 350px;
  }

  .lg\:left-\[358px\] {
    left: 358px;
  }

  .lg\:left-\[3px\] {
    left: 3px;
  }

  .lg\:left-\[420px\] {
    left: 420px;
  }

  .lg\:left-\[570px\] {
    left: 570px;
  }

  .lg\:left-\[667px\] {
    left: 667px;
  }

  .lg\:left-\[700px\] {
    left: 700px;
  }

  .lg\:right-\[-470px\] {
    right: -470px;
  }

  .lg\:top-\[-10px\] {
    top: -10px;
  }

  .lg\:top-\[-110px\] {
    top: -110px;
  }

  .lg\:top-\[-119px\] {
    top: -119px;
  }

  .lg\:top-\[-190px\] {
    top: -190px;
  }

  .lg\:top-\[-200px\] {
    top: -200px;
  }

  .lg\:top-\[-20px\] {
    top: -20px;
  }

  .lg\:top-\[-270px\] {
    top: -270px;
  }

  .lg\:top-\[-40px\] {
    top: -40px;
  }

  .lg\:top-\[-50px\] {
    top: -50px;
  }

  .lg\:top-\[120px\] {
    top: 120px;
  }

  .lg\:top-\[156px\] {
    top: 156px;
  }

  .lg\:top-\[20px\] {
    top: 20px;
  }

  .lg\:top-\[221px\] {
    top: 221px;
  }

  .lg\:top-\[230px\] {
    top: 230px;
  }

  .lg\:top-\[300px\] {
    top: 300px;
  }

  .lg\:top-\[330px\] {
    top: 330px;
  }

  .lg\:top-\[380px\] {
    top: 380px;
  }

  .lg\:top-\[41px\] {
    top: 41px;
  }

  .lg\:top-\[50px\] {
    top: 50px;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:h-\[433\.50px\] {
    height: 433.50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[429\.50px\] {
    width: 429.50px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[734\.49px\] {
    width: 734.49px;
  }

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

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

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

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

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

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

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

  .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\:gap-y-4 {
    row-gap: 1rem;
  }

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

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[112px\] {
    font-size: 112px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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