/* En src/input.css */

/* ! tailwindcss v3.4.7 | 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] {
  display: none;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-right-\[31\.4px\] {
  right: -31.4px;
}

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

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

.left-0 {
  left: 0px;
}

.left-\[104\.53px\] {
  left: 104.53px;
}

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

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

.left-\[29\.21px\] {
  left: 29.21px;
}

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

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

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

.left-\[63\.12px\] {
  left: 63.12px;
}

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

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

.right-0 {
  right: 0px;
}

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

.right-\[27\.73px\] {
  right: 27.73px;
}

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

.right-\[309\.5px\] {
  right: 309.5px;
}

.right-\[350\.31px\] {
  right: 350.31px;
}

.right-\[401\.42px\] {
  right: 401.42px;
}

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

.right-\[46\.96px\] {
  right: 46.96px;
}

.right-\[475\.27px\] {
  right: 475.27px;
}

.right-\[490\.27px\] {
  right: 490.27px;
}

.right-\[5\.92px\] {
  right: 5.92px;
}

.right-\[518\.9px\] {
  right: 518.9px;
}

.right-\[55\.29px\] {
  right: 55.29px;
}

.right-\[552\.9px\] {
  right: 552.9px;
}

.right-\[698\.79px\] {
  right: 698.79px;
}

.right-\[745\.64px\] {
  right: 745.64px;
}

.top-0 {
  top: 0px;
}

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

.top-2\/3 {
  top: 66.666667%;
}

.top-\[-6\.19px\] {
  top: -6.19px;
}

.top-\[102\.8px\] {
  top: 102.8px;
}

.top-\[1362\.32px\] {
  top: 1362.32px;
}

.top-\[146\.96px\] {
  top: 146.96px;
}

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

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

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

.top-\[189\.87px\] {
  top: 189.87px;
}

.top-\[191\.19px\] {
  top: 191.19px;
}

.top-\[299\.38px\] {
  top: 299.38px;
}

.top-\[324\.38px\] {
  top: 324.38px;
}

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

.top-\[370\.35px\] {
  top: 370.35px;
}

.top-\[400\.38px\] {
  top: 400.38px;
}

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

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

.top-\[43\.94px\] {
  top: 43.94px;
}

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

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

.top-\[48\.87px\] {
  top: 48.87px;
}

.top-\[51\.58px\] {
  top: 51.58px;
}

.top-\[556\.77px\] {
  top: 556.77px;
}

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

.top-\[610\.38px\] {
  top: 610.38px;
}

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

.top-\[674\.5px\] {
  top: 674.5px;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-\[20px\] {
  margin-inline-start: 20px;
}

.ms-\[48px\] {
  margin-inline-start: 48px;
}

.ms-\[49px\] {
  margin-inline-start: 49px;
}

.ms-\[70px\] {
  margin-inline-start: 70px;
}

.ms-\[90px\] {
  margin-inline-start: 90px;
}

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

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

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

.mt-\[170\.25px\] {
  margin-top: 170.25px;
}

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

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

.mt-\[39\.82px\] {
  margin-top: 39.82px;
}

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

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

.mt-\[80\.25px\] {
  margin-top: 80.25px;
}

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-\[102\.08px\] {
  height: 102.08px;
}

.h-\[11\.27px\] {
  height: 11.27px;
}

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

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

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

.h-\[248\.06px\] {
  height: 248.06px;
}

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

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

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

.h-\[32\.5px\] {
  height: 32.5px;
}

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

.h-\[371\.16px\] {
  height: 371.16px;
}

.h-\[389\.75px\] {
  height: 389.75px;
}

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

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

.h-\[44\.06px\] {
  height: 44.06px;
}

.h-\[474\.63px\] {
  height: 474.63px;
}

.h-\[480\.51px\] {
  height: 480.51px;
}

.h-\[487\.18px\] {
  height: 487.18px;
}

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

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

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

.h-\[85\.6px\] {
  height: 85.6px;
}

.h-\[86\.6px\] {
  height: 86.6px;
}

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

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

.w-\[174\.78px\] {
  width: 174.78px;
}

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

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

.w-\[183\.22px\] {
  width: 183.22px;
}

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

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

.w-\[239\.5px\] {
  width: 239.5px;
}

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

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

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

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

.w-\[278\.49px\] {
  width: 278.49px;
}

.w-\[31\.06px\] {
  width: 31.06px;
}

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

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

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

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

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

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

.w-\[372PX\] {
  width: 372PX;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.rotate-\[6deg\] {
  --tw-rotate: 6deg;
  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));
}

.resize-none {
  resize: none;
}

.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-5 {
  gap: 1.25rem;
}

.gap-\[11\.84px\] {
  gap: 11.84px;
}

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

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

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

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

.space-y-\[43px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(43px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(43px * var(--tw-space-y-reverse));
}

.space-y-\[84\.94px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(84.94px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(84.94px * var(--tw-space-y-reverse));
}

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

.text-nowrap {
  text-wrap: nowrap;
}

.rounded-\[11\.84px\] {
  border-radius: 11.84px;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-main-blue {
  --tw-border-opacity: 1;
  border-color: rgb(40 88 123 / var(--tw-border-opacity));
}

.bg-main-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 88 123 / var(--tw-bg-opacity));
}

.bg-very-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(224 247 250 / var(--tw-bg-opacity));
}

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

.bg-opacity-\[35\%\] {
  --tw-bg-opacity: 35%;
}

.bg-custom-radial-gradient {
  background-image: radial-gradient(50% 184.6% at 50% 50%, rgba(86, 181, 214, 0.05) 0%, rgba(86, 181, 214, 0.25) 100%);
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-\[24px\] {
  padding-inline-end: 24px;
}

.ps-\[16px\] {
  padding-inline-start: 16px;
}

.ps-\[17\.75px\] {
  padding-inline-start: 17.75px;
}

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

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

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

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

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

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

.font-corsiana {
  font-family: ws_corsiana, sans-serif;
}

.font-curio {
  font-family: ws_curio, sans-serif;
}

.font-jost {
  font-family: jost, sans-serif;
}

.font-modernephemera {
  font-family: ws_modernephemera, sans-serif;
}

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

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

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

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

.text-\[19\.73px\] {
  font-size: 19.73px;
}

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

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

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

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

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

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

.text-\[8\.88px\] {
  font-size: 8.88px;
}

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

.text-btns {
  font-size: 20px;
}

.text-h2 {
  font-size: 18px;
}

.text-h3 {
  font-size: 12px;
}

.text-headers {
  font-size: 32px;
}

.text-nav-links {
  font-size: 24px;
}

.text-p {
  font-size: 14px;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[600\] {
  font-weight: 600;
}

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

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

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

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

.font-nav-links {
  font-weight: 400;
}

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

.leading-\[115\.2px\] {
  line-height: 115.2px;
}

.leading-\[14\.4px\] {
  line-height: 14.4px;
}

.leading-\[14\.79px\] {
  line-height: 14.79px;
}

.leading-\[16\.8px\] {
  line-height: 16.8px;
}

.leading-\[17\.75px\] {
  line-height: 17.75px;
}

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

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

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

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

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

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

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

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

.leading-btns {
  line-height: 24px;
}

.leading-h2 {
  line-height: 24px;
}

.leading-h3 {
  line-height: 16px;
}

.leading-headers {
  line-height: 32px;
}

.leading-p {
  line-height: 16.8px;
}

.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}

.tracking-\[0\.49px\] {
  letter-spacing: 0.49px;
}

.tracking-\[4\%\] {
  letter-spacing: 4%;
}

.tracking-h2 {
  letter-spacing: 0.5px;
}

.tracking-h3 {
  letter-spacing: 0.25px;
}

.text-\[\#3F3E73\] {
  --tw-text-opacity: 1;
  color: rgb(63 62 115 / var(--tw-text-opacity));
}

.text-cyanBlue {
  --tw-text-opacity: 1;
  color: rgb(72 169 209 / var(--tw-text-opacity));
}

.text-header-color {
  --tw-text-opacity: 1;
  color: rgb(86 89 149 / var(--tw-text-opacity));
}

.text-main-blue {
  --tw-text-opacity: 1;
  color: rgb(40 88 123 / var(--tw-text-opacity));
}

.text-p-color {
  --tw-text-opacity: 1;
  color: rgb(73 69 79 / var(--tw-text-opacity));
}

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

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

@font-face {
  font-family: "ws_corsiana";

  src: url("/src/fonts/WS_CORSICANA.otf") format("opentype");
}

@font-face {
  font-family: "ws_curio";

  src: url("/src/fonts/WS_CURIO.otf") format("opentype");
}

@font-face {
  font-family: "ws_modernephemera";

  src: url("/src/fonts/WS_MODERNEPHEMERA.otf") format("opentype");
}

.font-modernephemera {
  font-family: "ws_modernephemera", sans-serif;
}

.font-corsiana {
  font-family: "ws_corsiana", sans-serif;
}

.font-curio {
  font-family: "ws_curio", sans-serif;
}

.slider-container {
  width: 80%;
  max-width: 542px;
  position: relative;
  margin: 0 auto;
  /* Centra el contenedor horizontalmente */
  display: flex;
  justify-content: center;
  /* Centra horizontalmente los elementos */
}

.slider-wrapper {
  position: relative;
  width: 100%;
}

input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  background: transparent;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 1px;
  background: #8899aa;
  border-radius: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

input[type="range"]::-webkit-slider-thumb {
  width: 21px;
  height: 21px;
  background: linear-gradient(to right, #f06449, #8899aa);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  /* Center the thumb vertically */
}

.slider-tooltip {
  position: absolute;
  top: -69.37px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  text-align: center;
  width: auto;
  height: 59.7px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #8899aa;
  z-index: 1;
}

.tooltip-earnings {
  font-family: "ws_curio", sans-serif;
  /* Mantiene la fuente original */
  font-size: 20px;
  font-weight: 400;
  color: #48a9d1;
  margin-top: 5px;
  margin-bottom: -10px;
}

.tooltip-followers {
  font-family: "Jost", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  color: black;
}

.slider-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: white;
  border-bottom: 1px solid #8899aa;
  border-right: 1px solid #8899aa;
}

.slider-container::before,
.slider-container::after {
  content: attr(data-label);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 20px;
  font-family: "Jost", sans-serif;
  padding: 5px 0px;
}

.slider-container::before {
  content: "0";
  left: -30px;
  /* Ajustar según el espacio necesario */
}

.slider-container::after {
  content: "1M";
  right: -30px;
  /* Ajustar según el espacio necesario */
}

.active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 88 123 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 88 123 / var(--tw-text-opacity));
}

@media screen and (min-width: 1280px) {
  .slider-tooltip {
    top: -105.37px;
    width: auto;
    height: 89px;
  }

  input[type="range"]::-webkit-slider-thumb {
    width: 33px;
    height: 34px;
  }

  .tooltip-earnings {
    font-family: "ws_curio", sans-serif;
    /* Mantiene la fuente original */
    font-size: 36px;
    font-weight: 400;
    color: #48a9d1;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .tooltip-followers {
    font-family: "Jost", sans-serif;
    font-size: 24px !important;
    font-weight: 400;
    color: black;
  }

  .slider-container::before,
  .slider-container::after {
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 20px;
  }

  input[type="range"]::-webkit-slider-thumb {
    margin-top: -15px;
    /* Center the thumb vertically */
  }
}

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

.hover\:bg-\[\#E3F5F9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 249 / var(--tw-bg-opacity));
}

.hover\:text-\[\#28587B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(40 88 123 / var(--tw-text-opacity));
}

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

.focus\:bg-\[\#E3F5F9\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(227 245 249 / var(--tw-bg-opacity));
}

.focus\:text-\[\#28587B\]:focus {
  --tw-text-opacity: 1;
  color: rgb(40 88 123 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:w-\[500px\] {
    width: 500px;
  }

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

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

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

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

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

  .md\:top-auto {
    top: auto;
  }

  .md\:ms-\[48px\] {
    margin-inline-start: 48px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[117\.06px\] {
    height: 117.06px;
  }

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

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

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

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

  .lg\:h-\[213\.16px\] {
    height: 213.16px;
  }

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

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

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

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

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

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

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

  .lg\:w-\[124\.15\] {
    width: 124.15;
  }

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

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

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

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

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

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

  .lg\:w-\[482\.67px\] {
    width: 482.67px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[43px\] {
    gap: 43px;
  }

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

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

  .lg\:pe-\[8px\] {
    padding-inline-end: 8px;
  }

  .lg\:ps-\[64\.2px\] {
    padding-inline-start: 64.2px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-\[23\.67px\] {
    font-size: 23.67px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:left-\[199\.12px\] {
    left: 199.12px;
  }

  .xl\:right-\[63\.12px\] {
    right: 63.12px;
  }

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

  .xl\:ms-0 {
    margin-inline-start: 0px;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[137\.51px\] {
    height: 137.51px;
  }

  .xl\:h-\[167\.51px\] {
    height: 167.51px;
  }

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

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

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

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

  .xl\:w-\[532\.6px\] {
    width: 532.6px;
  }

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

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

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

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

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

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

  .xl\:gap-\[96px\] {
    gap: 96px;
  }

  .xl\:py-\[17\.75px\] {
    padding-top: 17.75px;
    padding-bottom: 17.75px;
  }

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

  .xl\:text-start {
    text-align: start;
  }

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

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

  .xl\:text-\[29\.59px\] {
    font-size: 29.59px;
  }

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

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

  .xl\:leading-\[35\.51px\] {
    line-height: 35.51px;
  }

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