/* components.css */

*, ::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.17 | 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;
}

.container {
  width: 100%;
}

@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;
  }
}

.MobileNav {
  position: absolute;
  top: 65px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 90%;
  max-width: 340px;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 16px;
  padding-bottom: 23px;
}

.MobileNav:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(62 63 78 / var(--tw-bg-opacity, 1));
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

.m-auto {
  margin: auto;
}

.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[1px\] {
  margin-bottom: 1px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[21px\] {
  margin-bottom: 21px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-\[14\.15px\] {
  margin-right: 14.15px;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.h-\[49\.75px\] {
  height: 49.75px;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-6 {
  width: 1.5rem;
}

.w-72 {
  width: 18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[19px\] {
  gap: 19px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[25px\] {
  gap: 25px;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

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

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

.rounded-br-\[100px\] {
  border-bottom-right-radius: 100px;
}

.rounded-tr-\[100px\] {
  border-top-right-radius: 100px;
}

.border {
  border-width: 1px;
}

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

.border-t-4 {
  border-top-width: 4px;
}

.border-solid {
  border-style: solid;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 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-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(244 247 253 / var(--tw-border-opacity, 1));
}

.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-t-soft-indigo {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 164 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#49C4E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 196 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#635FC7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 95 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#67E2AE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(103 226 174 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A8A4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 164 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F7FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f5dc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 220 / var(--tw-bg-opacity, 1));
}

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

.bg-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(99 95 199 / var(--tw-bg-opacity, 1));
}

.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 253 / var(--tw-bg-opacity, 1));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 85 / var(--tw-bg-opacity, 1));
}

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

.bg-\[url\(\'data\:image\/svg\+xml\;utf8\2c \<svg\%20xmlns\=\%22http\:\/\/www\.w3\.org\/2000\/svg\%22\%20width\=\%2211\%22\%20height\=\%228\%22\%20viewBox\=\%220\%200\%2011\%208\%22\%20fill\=\%22none\%22\>\<path\%20d\=\%22M0\.79834\%201\.54863L5\.49682\%206\.24711L10\.1953\%201\.54863\%22\%20stroke\=\%22\%23828FA3\%22\%20stroke-width\=\%222\%22\/\>\<\/svg\>\'\)\] {
  background-image: url('data:image/svg+xml;utf8,<svg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2211%22%20height=%228%22%20viewBox=%220%200%2011%208%22%20fill=%22none%22><path%20d=%22M0.79834%201.54863L5.49682%206.24711L10.1953%201.54863%22%20stroke=%22%23828FA3%22%20stroke-width=%222%22/></svg>');
}

.bg-\[right_0\.75rem_center\] {
  background-position: right 0.75rem center;
}

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

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.pb-\[16\.25px\] {
  padding-bottom: 16.25px;
}

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

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

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

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

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

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

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

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

.pl-26px {
  padding-left: 26px;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-\[16px\] {
  padding-left: 16px;
}

.pl-\[18px\] {
  padding-left: 18px;
}

.pl-\[26px\] {
  padding-left: 26px;
}

.pl-\[41px\] {
  padding-left: 41px;
}

.pl-\[59px\] {
  padding-left: 59px;
}

.pr-29px {
  padding-right: 29px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

.font-body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[23px\] {
  line-height: 23px;
}

.tracking-\[2\.4px\] {
  letter-spacing: 2.4px;
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-indigo {
  --tw-text-opacity: 1;
  color: rgb(99 95 199 / var(--tw-text-opacity, 1));
}

.text-medium-grey {
  --tw-text-opacity: 1;
  color: rgb(130 143 163 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-custom-shadow {
  --tw-shadow: 0px 0px 15px 6px #364E7E1A;
  --tw-shadow-colored: 0px 0px 15px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.duration-75 {
  transition-duration: 75ms;
}

/* .MobileNav {
  @apply absolute w-[340px] bg-white h-[200px] top-[65px] left-0 right-0 mx-auto rounded-[8px] pt-[16px] pb-[23px];
} */

/* @layer components {
  .MobileNav {
    @apply absolute w-[340px] bg-white h-[200px] top-[65px] left-0 right-0 mx-auto rounded-[8px] pt-[16px] pb-[23px];
  }
} */

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-6::before {
  content: var(--tw-content);
  left: -1.5rem;
}

.before\:text-xl::before {
  content: var(--tw-content);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.before\:content-\[\'\2600\FE0F\'\]::before {
  --tw-content: '☀️';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-right-6::after {
  content: var(--tw-content);
  right: -1.5rem;
}

.after\:left-\[4px\]::after {
  content: var(--tw-content);
  left: 4px;
}

.after\:top-\[3px\]::after {
  content: var(--tw-content);
  top: 3px;
}

.after\:ml-\[5rem\]::after {
  content: var(--tw-content);
  margin-left: 5rem;
}

.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}

.after\:h-\[14px\]::after {
  content: var(--tw-content);
  height: 14px;
}

.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}

.after\:w-\[14px\]::after {
  content: var(--tw-content);
  width: 14px;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

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

.after\:bg-green-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.after\:bg-orange-500::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

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

.after\:text-xl::after {
  content: var(--tw-content);
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.after\:transition-\[left\]::after {
  content: var(--tw-content);
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\1F311\'\]::after {
  --tw-content: '🌑';
  content: var(--tw-content);
}

.hover\:bg-soft-indigo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 164 255 / var(--tw-bg-opacity, 1));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-indigo:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 95 199 / var(--tw-ring-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:bg-\[\#635FC7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 95 199 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:left-\[20px\]::after {
  content: var(--tw-content);
  left: 20px;
}

.dark\:border-background-light:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(228 235 250 / var(--tw-border-opacity, 1));
}

.dark\:bg-dark-grey:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(43 44 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 95 199 / var(--tw-bg-opacity, 1));
}

.dark\:bg-very-dark-grey:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(32 33 44 / var(--tw-bg-opacity, 1));
}

.dark\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 1 18 / var(--tw-text-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:dark\:bg-very-dark-grey:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(32 33 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:w-80 {
    width: 20rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }

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

  .md\:m-auto {
    margin: auto;
  }

  .md\:mb-\[19px\] {
    margin-bottom: 19px;
  }

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

  .md\:mr-\[24px\] {
    margin-right: 24px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[118vh\] {
    height: 118vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-br-\[100px\] {
    border-bottom-right-radius: 100px;
  }

  .md\:rounded-tr-\[100px\] {
    border-top-right-radius: 100px;
  }

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

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-background-light {
    --tw-border-opacity: 1;
    border-color: rgb(228 235 250 / var(--tw-border-opacity, 1));
  }

  .md\:bg-indigo {
    --tw-bg-opacity: 1;
    background-color: rgb(99 95 199 / var(--tw-bg-opacity, 1));
  }

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

  .md\:p-\[24px\] {
    padding: 24px;
  }

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

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

  .md\:pr-\[106px\] {
    padding-right: 106px;
  }

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

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

  .md\:pt-\[32\.78px\] {
    padding-top: 32.78px;
  }

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

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

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

  .md\:leading-\[1\] {
    line-height: 1;
  }

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

@media (min-width: 1024px) {
  .lg\:top-\[200px\] {
    top: 200px;
  }

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

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

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }

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