/*
! tailwindcss v3.3.5 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

label[for=id_username], label[for=id_password], label[for=id_email], label[for=id_first_name],
    label[for=id_last_name], label[for=id_password1], label[for=id_password2], label[for=id_institution], 
    label[for=id_birthday], label[for=id_region], label[for=id_gender], label[for=id_role], label[for=id_pueblo_originario],
    label[for=coupon_code], label[for=id_nombre], label[for=id_apellido], label[for=id_primer_nombre], label[for=id_primer_apellido], label[for=id_segundo_nombre], 
    label[for=id_segundo_apellido], label[for=id_edad] {
  display: block;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

input[name=birthday] {
  margin-bottom: 1.25rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

label[for=id_message], label[for=id_email2] {
  display: block;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

label[for=id_aceptar_terminos] {
  display: inline;
  align-items: center;
  vertical-align: text-top;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

button[id=open-terms] {
  display: inline;
  display: contents;
  vertical-align: text-top;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

label[for=id_Datos], label[for=id_Conversion], label[for=id_Colegio], label[for=id_nombre_test], label[for=id_Nombre], label[for=id_Tipo], label[for=id_formato_fecha], label[for=id_Test] {
  display: block;
}

input[name=username], input[name=name], input[name=email], input[name=email2], input[name=first_name],
    input[name=last_name], input[name=password1], input[name=password2], input[name=birthday], input[name=coupon_code], input[name=nombre], input[name=apellido],
    input[name=primer_nombre], input[name=segundo_nombre], input[name=primer_apellido], input[name=segundo_apellido] {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[name=username]:hover, input[name=name]:hover, input[name=email]:hover, input[name=email2]:hover, input[name=first_name]:hover,
    input[name=last_name]:hover, input[name=password1]:hover, input[name=password2]:hover, input[name=birthday]:hover, input[name=coupon_code]:hover, input[name=nombre]:hover, input[name=apellido]:hover,
    input[name=primer_nombre]:hover, input[name=segundo_nombre]:hover, input[name=primer_apellido]:hover, input[name=segundo_apellido]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

input[name=username]:focus, input[name=name]:focus, input[name=email]:focus, input[name=email2]:focus, input[name=first_name]:focus,
    input[name=last_name]:focus, input[name=password1]:focus, input[name=password2]:focus, input[name=birthday]:focus, input[name=coupon_code]:focus, input[name=nombre]:focus, input[name=apellido]:focus,
    input[name=primer_nombre]:focus, input[name=segundo_nombre]:focus, input[name=primer_apellido]:focus, input[name=segundo_apellido]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[name=password] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[name=password]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

input[name=password]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[name=aceptar_terminos] {
  display: inline;
  accent-color: #16a34a;
}

textarea[name=message] {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  height: 14rem;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

textarea[name=message]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

textarea[name=message]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[name=Datos], input[name=Conversion], input[name=Norma] {
  display: block;
  width: 66.666667%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

input[name=Datos]::file-selector-button, input[name=Conversion]::file-selector-button, input[name=Norma]::file-selector-button {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

input[name=Datos]::file-selector-button:hover, input[name=Conversion]::file-selector-button:hover, input[name=Norma]::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

input[name=Datos]::file-selector-button:focus, input[name=Conversion]::file-selector-button:focus, input[name=Norma]::file-selector-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

select[name=nombre_test] {
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  display: inline-flex;
  width: 15rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select[name=nombre_test]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

select[name=nombre_test]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  select[name=nombre_test] {
    width: auto;
  }
}

@media (min-width: 1024px) {
  select[name=nombre_test] {
    width: auto;
  }
}

@media (min-width: 1280px) {
  select[name=nombre_test] {
    width: auto;
  }
}

@media (min-width: 1536px) {
  select[name=nombre_test] {
    width: auto;
  }
}

select[name=Tipo], select[name=formato_fecha] {
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  display: inline-flex;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select[name=Tipo]:hover, select[name=formato_fecha]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

select[name=Tipo]:focus, select[name=formato_fecha]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select[name=Test] {
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  display: inline-flex;
  width: 15rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select[name=Test]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

select[name=Test]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  select[name=Test] {
    width: auto;
  }
}

@media (min-width: 1024px) {
  select[name=Test] {
    width: auto;
  }
}

@media (min-width: 1280px) {
  select[name=Test] {
    width: auto;
  }
}

@media (min-width: 1536px) {
  select[name=Test] {
    width: auto;
  }
}

select[name=institution], select[name=role], select[name=region], select[name=gender], select[name=pueblo_originario], select[name=edad] {
  margin-bottom: 1.25rem;
  margin-top: 0.25rem;
  display: inline-flex;
  width: auto;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

select[name=institution]:hover, select[name=role]:hover, select[name=region]:hover, select[name=gender]:hover, select[name=pueblo_originario]:hover, select[name=edad]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

select[name=institution]:focus, select[name=role]:focus, select[name=region]:focus, select[name=gender]:focus, select[name=pueblo_originario]:focus, select[name=edad]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[name=Colegio], input[name=Nombre] {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 66.666667%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[name=Colegio]:hover, input[name=Nombre]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

input[name=Colegio]:focus, input[name=Nombre]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

button[id=reportes_grupales], button[id=reportes_individuales] {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

input[id=submit-button] {
  margin-bottom: 1.25rem;
}

table[name=tabla-reportes-descarga] {
  width: 100%;
  table-layout: auto;
}

div[name=div-reportes-descarga] {
  font-weight: 500;
}

button[id=button_descarga] {
  display: inline-flex;
  width: 10rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #838383;
}

button[id=button_descarga]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

button[id=button_descargar_todos] {
  margin-bottom: 2.5rem;
  display: inline-flex;
  width: 18rem;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #282828;
}

button[id=button_descargar_todos]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

a[name=ventaja-title] {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #22C55E;
}

a[name=ventajas-text] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #1D2811;
}

@media (min-width: 768px) {
  a[name=ventajas-text] {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-auto {
  bottom: auto;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-auto {
  top: auto;
}

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-start-1 {
  grid-column-start: 1;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

.-mt-20 {
  margin-top: -5rem;
}

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

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

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-80 {
  margin-left: 20rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-44 {
  width: 11rem;
}

.w-60 {
  width: 15rem;
}

.w-80 {
  width: 20rem;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-full {
  min-width: 100%;
}

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

.max-w-full {
  max-width: 100%;
}

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

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

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

.justify-self-start {
  justify-self: start;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

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

.bg-clip-padding {
  background-clip: padding-box;
}

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

.fill-current {
  fill: currentColor;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

.pb-32 {
  padding-bottom: 8rem;
}

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.font-montserrat {
  font-family: Montserrat;
}

.font-poppins {
  font-family: Poppins;
}

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

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

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

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.opacity-75 {
  opacity: 0.75;
}

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

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-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-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ml-20 {
  margin-left: 5rem;
}

.success {
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #b6fcd0;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.error {
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: rgb(248, 179, 179);
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.background-green-1 {
  background-repeat: no-repeat;
  overflow: scroll;
  background-size: cover;
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='1024' viewBox='0 0 1440 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_337_2447' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='1024'%3E%3Crect width='1440' height='1024' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_337_2447)'%3E%3Cg filter='url(%23filter0_f_337_2447)'%3E%3Cpath d='M-33.9258 407.361L217.64 407.361C217.64 407.361 720.771 972.511 -33.9258 1100.39L-33.9258 407.361Z' fill='%23D0FDD7' fill-opacity='0.5'/%3E%3C/g%3E%3Cg filter='url(%23filter1_f_337_2447)'%3E%3Cpath d='M1461.04 1047.81L0.466284 1047.81C0.466284 1047.81 1071.82 243.672 1312.49 585.747C1540.19 909.401 1461.04 1047.81 1461.04 1047.81Z' fill='%2300FF38' fill-opacity='0.2'/%3E%3C/g%3E%3Cg filter='url(%23filter2_f_337_2447)'%3E%3Cpath d='M77.6385 568L584.384 1051.53C584.384 1051.53 215.027 757.046 -116 1032.25L77.6385 568Z' fill='%2300FF38' fill-opacity='0.15'/%3E%3C/g%3E%3Cg filter='url(%23filter3_f_337_2447)'%3E%3Cpath d='M232.506 513.755L-390.095 170.001C-390.095 170.001 47.7516 364.579 291.73 18.2051L232.506 513.755Z' fill='%2300FF38' fill-opacity='0.04'/%3E%3C/g%3E%3Cg filter='url(%23filter4_f_337_2447)'%3E%3Cpath d='M1454.1 187.497L1454.1 571.196C1454.1 571.196 1198.06 289.746 1306.98 226.522C1410.03 166.703 1454.1 187.497 1454.1 187.497Z' fill='%2352FF78' fill-opacity='0.31'/%3E%3C/g%3E%3Cg opacity='0.6'%3E%3Cpath d='M0 1023.89C35.7796 983.675 180.765 771.496 441.282 771.496C766.928 771.496 948.938 1265.89 1440 857.477' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 580.396C35.7796 540.179 180.765 328 441.282 328C766.928 328 948.938 822.391 1440 413.981' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 1009.59C35.7796 969.368 180.765 757.189 441.282 757.189C766.928 757.189 948.938 1251.58 1440 843.17' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 995.279C35.7796 955.062 180.765 742.883 441.282 742.883C766.928 742.883 948.938 1237.27 1440 828.864' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 980.973C35.7796 940.756 180.765 728.577 441.282 728.577C766.928 728.577 948.938 1222.97 1440 814.558' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 966.666C35.7796 926.449 180.765 714.27 441.282 714.27C766.928 714.27 948.938 1208.66 1440 800.251' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 952.36C35.7796 912.143 180.765 699.964 441.282 699.964C766.928 699.964 948.938 1194.36 1440 785.945' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 938.054C35.7796 897.837 180.765 685.658 441.282 685.658C766.928 685.658 948.938 1180.05 1440 771.639' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 923.748C35.7796 883.531 180.765 671.352 441.282 671.352C766.928 671.352 948.938 1165.74 1440 757.333' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 909.441C35.7796 869.225 180.765 657.045 441.282 657.045C766.928 657.045 948.938 1151.44 1440 743.027' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 895.135C35.7796 854.918 180.765 642.739 441.282 642.739C766.928 642.739 948.938 1137.13 1440 728.72' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 880.829C35.7796 840.612 180.765 628.433 441.282 628.433C766.928 628.433 948.938 1122.82 1440 714.414' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 866.523C35.7796 826.306 180.765 614.127 441.282 614.127C766.928 614.127 948.938 1108.52 1440 700.108' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 852.216C35.7796 811.999 180.765 599.82 441.282 599.82C766.928 599.82 948.938 1094.21 1440 685.801' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 837.91C35.7796 797.693 180.765 585.514 441.282 585.514C766.928 585.514 948.938 1079.9 1440 671.495' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 823.603C35.7796 783.386 180.765 571.207 441.282 571.207C766.928 571.207 948.938 1065.6 1440 657.188' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 809.297C35.7796 769.08 180.765 556.901 441.282 556.901C766.928 556.901 948.938 1051.29 1440 642.882' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 794.991C35.7796 754.774 180.765 542.595 441.282 542.595C766.928 542.595 948.938 1036.99 1440 628.576' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 780.684C35.7796 740.467 180.765 528.288 441.282 528.288C766.928 528.288 948.938 1022.68 1440 614.269' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 766.378C35.7796 726.161 180.765 513.982 441.282 513.982C766.928 513.982 948.938 1008.37 1440 599.963' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 752.072C35.7796 711.855 180.765 499.676 441.282 499.676C766.928 499.676 948.938 994.067 1440 585.657' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 737.765C35.7796 697.548 180.765 485.369 441.282 485.369C766.928 485.369 948.938 979.76 1440 571.35' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 723.459C35.7796 683.242 180.765 471.063 441.282 471.063C766.928 471.063 948.938 965.454 1440 557.044' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 709.153C35.7796 668.936 180.765 456.757 441.282 456.757C766.928 456.757 948.938 951.148 1440 542.738' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 694.846C35.7796 654.629 180.765 442.45 441.282 442.45C766.928 442.45 948.938 936.842 1440 528.431' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 680.54C35.7796 640.323 180.765 428.144 441.282 428.144C766.928 428.144 948.938 922.535 1440 514.125' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 666.234C35.7796 626.017 180.765 413.838 441.282 413.838C766.928 413.838 948.938 908.229 1440 499.819' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 651.928C35.7796 611.711 180.765 399.532 441.282 399.532C766.928 399.532 948.938 893.923 1440 485.513' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 637.621C35.7796 597.404 180.765 385.225 441.282 385.225C766.928 385.225 948.938 879.616 1440 471.206' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 623.315C35.7796 583.098 180.765 370.919 441.282 370.919C766.928 370.919 948.938 865.31 1440 456.9' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 609.008C35.7796 568.791 180.765 356.612 441.282 356.612C766.928 356.612 948.938 851.003 1440 442.593' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 594.703C35.7796 554.486 180.765 342.307 441.282 342.307C766.928 342.307 948.938 836.698 1440 428.288' stroke='white' stroke-width='0.987317'/%3E%3C/g%3E%3Cg opacity='0.8'%3E%3Cpath d='M0 465.555C35.7796 438.65 180.765 296.701 441.282 296.701C766.928 296.701 948.938 627.451 1440 354.223' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 168.854C35.7796 141.949 180.765 0 441.282 0C766.928 0 948.938 330.75 1440 57.5218' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 455.984C35.7796 429.079 180.765 287.13 441.282 287.13C766.928 287.13 948.938 617.88 1440 344.652' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 446.413C35.7796 419.508 180.765 277.559 441.282 277.559C766.928 277.559 948.938 608.309 1440 335.081' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 436.842C35.7796 409.937 180.765 267.988 441.282 267.988C766.928 267.988 948.938 598.738 1440 325.51' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 427.271C35.7796 400.366 180.765 258.417 441.282 258.417C766.928 258.417 948.938 589.167 1440 315.939' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 417.7C35.7796 390.795 180.765 248.846 441.282 248.846C766.928 248.846 948.938 579.596 1440 306.368' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 408.129C35.7796 381.224 180.765 239.275 441.282 239.275C766.928 239.275 948.938 570.025 1440 296.797' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 398.558C35.7796 371.653 180.765 229.704 441.282 229.704C766.928 229.704 948.938 560.454 1440 287.226' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 388.987C35.7796 362.082 180.765 220.133 441.282 220.133C766.928 220.133 948.938 550.883 1440 277.655' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 379.416C35.7796 352.511 180.765 210.562 441.282 210.562C766.928 210.562 948.938 541.312 1440 268.084' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 369.845C35.7796 342.94 180.765 200.991 441.282 200.991C766.928 200.991 948.938 531.741 1440 258.513' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 360.274C35.7796 333.369 180.765 191.42 441.282 191.42C766.928 191.42 948.938 522.17 1440 248.942' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 350.703C35.7796 323.798 180.765 181.849 441.282 181.849C766.928 181.849 948.938 512.599 1440 239.371' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 341.132C35.7796 314.227 180.765 172.278 441.282 172.278C766.928 172.278 948.938 503.028 1440 229.8' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 331.561C35.7796 304.656 180.765 162.707 441.282 162.707C766.928 162.707 948.938 493.457 1440 220.229' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 321.99C35.7796 295.085 180.765 153.136 441.282 153.136C766.928 153.136 948.938 483.886 1440 210.658' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 312.419C35.7796 285.514 180.765 143.565 441.282 143.565C766.928 143.565 948.938 474.315 1440 201.087' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 302.848C35.7796 275.943 180.765 133.994 441.282 133.994C766.928 133.994 948.938 464.744 1440 191.516' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 293.277C35.7796 266.372 180.765 124.423 441.282 124.423C766.928 124.423 948.938 455.173 1440 181.945' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 283.706C35.7796 256.801 180.765 114.852 441.282 114.852C766.928 114.852 948.938 445.602 1440 172.374' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 274.135C35.7796 247.23 180.765 105.281 441.282 105.281C766.928 105.281 948.938 436.031 1440 162.803' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 264.564C35.7796 237.659 180.765 95.7098 441.282 95.7098C766.928 95.7098 948.938 426.46 1440 153.232' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 254.993C35.7796 228.088 180.765 86.1392 441.282 86.1392C766.928 86.1392 948.938 416.889 1440 143.661' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 245.422C35.7796 218.517 180.765 76.568 441.282 76.568C766.928 76.568 948.938 407.318 1440 134.09' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 235.851C35.7796 208.946 180.765 66.9969 441.282 66.9969C766.928 66.9969 948.938 397.747 1440 124.519' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 226.28C35.7796 199.375 180.765 57.4258 441.282 57.4258C766.928 57.4258 948.938 388.176 1440 114.948' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 216.709C35.7796 189.804 180.765 47.8551 441.282 47.8551C766.928 47.8551 948.938 378.605 1440 105.377' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 207.138C35.7796 180.233 180.765 38.284 441.282 38.284C766.928 38.284 948.938 369.034 1440 95.8058' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 197.567C35.7796 170.662 180.765 28.7129 441.282 28.7129C766.928 28.7129 948.938 359.463 1440 86.2347' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 187.996C35.7796 161.091 180.765 19.1417 441.282 19.1417C766.928 19.1417 948.938 349.892 1440 76.6635' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 178.425C35.7796 151.52 180.765 9.57104 441.282 9.57104C766.928 9.57104 948.938 340.321 1440 67.0928' stroke='white' stroke-width='0.987317'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_337_2447' x='-201.77' y='239.517' width='751.541' height='1028.71' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_337_2447'/%3E%3C/filter%3E%3Cfilter id='filter1_f_337_2447' x='-167.378' y='333.169' width='1809.57' height='882.483' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_337_2447'/%3E%3C/filter%3E%3Cfilter id='filter2_f_337_2447' x='-283.844' y='400.156' width='1036.07' height='819.215' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_337_2447'/%3E%3C/filter%3E%3Cfilter id='filter3_f_337_2447' x='-557.939' y='-149.639' width='1017.51' height='831.238' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_337_2447'/%3E%3C/filter%3E%3Cfilter id='filter4_f_337_2447' x='1112.16' y='16.1561' width='509.789' height='722.884' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_337_2447'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.background-green-2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='1440' height='1024' viewBox='0 0 1440 1024' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_341_2325' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='1024'%3E%3Crect width='1440' height='1024' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_341_2325)'%3E%3Cg filter='url(%23filter0_f_341_2325)'%3E%3Cpath d='M1697.53 1048L-1.10091e-05 1048C-1.10091e-05 1048 1245.17 683.283 1524.88 838.432C1789.52 985.225 1697.53 1048 1697.53 1048Z' fill='%2300FF38' fill-opacity='0.2'/%3E%3C/g%3E%3Cg opacity='0.6'%3E%3Cpath d='M0 1023.89C35.7796 983.675 180.765 771.496 441.282 771.496C766.928 771.496 948.938 1265.89 1440 857.477' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 580.396C35.7796 540.179 180.765 328 441.282 328C766.928 328 948.938 822.391 1440 413.981' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 1009.59C35.7796 969.368 180.765 757.189 441.282 757.189C766.928 757.189 948.938 1251.58 1440 843.17' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 995.279C35.7796 955.062 180.765 742.883 441.282 742.883C766.928 742.883 948.938 1237.27 1440 828.864' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 980.973C35.7796 940.756 180.765 728.577 441.282 728.577C766.928 728.577 948.938 1222.97 1440 814.558' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 966.666C35.7796 926.449 180.765 714.27 441.282 714.27C766.928 714.27 948.938 1208.66 1440 800.251' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 952.36C35.7796 912.143 180.765 699.964 441.282 699.964C766.928 699.964 948.938 1194.36 1440 785.945' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 938.054C35.7796 897.837 180.765 685.658 441.282 685.658C766.928 685.658 948.938 1180.05 1440 771.639' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 923.748C35.7796 883.531 180.765 671.352 441.282 671.352C766.928 671.352 948.938 1165.74 1440 757.333' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 909.441C35.7796 869.225 180.765 657.045 441.282 657.045C766.928 657.045 948.938 1151.44 1440 743.027' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 895.135C35.7796 854.918 180.765 642.739 441.282 642.739C766.928 642.739 948.938 1137.13 1440 728.72' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 880.829C35.7796 840.612 180.765 628.433 441.282 628.433C766.928 628.433 948.938 1122.82 1440 714.414' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 866.523C35.7796 826.306 180.765 614.127 441.282 614.127C766.928 614.127 948.938 1108.52 1440 700.108' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 852.216C35.7796 811.999 180.765 599.82 441.282 599.82C766.928 599.82 948.938 1094.21 1440 685.801' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 837.91C35.7796 797.693 180.765 585.514 441.282 585.514C766.928 585.514 948.938 1079.9 1440 671.495' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 823.603C35.7796 783.386 180.765 571.207 441.282 571.207C766.928 571.207 948.938 1065.6 1440 657.188' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 809.297C35.7796 769.08 180.765 556.901 441.282 556.901C766.928 556.901 948.938 1051.29 1440 642.882' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 794.991C35.7796 754.774 180.765 542.595 441.282 542.595C766.928 542.595 948.938 1036.99 1440 628.576' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 780.684C35.7796 740.467 180.765 528.288 441.282 528.288C766.928 528.288 948.938 1022.68 1440 614.269' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 766.378C35.7796 726.161 180.765 513.982 441.282 513.982C766.928 513.982 948.938 1008.37 1440 599.963' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 752.072C35.7796 711.855 180.765 499.676 441.282 499.676C766.928 499.676 948.938 994.067 1440 585.657' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 737.765C35.7796 697.548 180.765 485.369 441.282 485.369C766.928 485.369 948.938 979.76 1440 571.35' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 723.459C35.7796 683.242 180.765 471.063 441.282 471.063C766.928 471.063 948.938 965.454 1440 557.044' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 709.153C35.7796 668.936 180.765 456.757 441.282 456.757C766.928 456.757 948.938 951.148 1440 542.738' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 694.846C35.7796 654.629 180.765 442.45 441.282 442.45C766.928 442.45 948.938 936.842 1440 528.431' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 680.54C35.7796 640.323 180.765 428.144 441.282 428.144C766.928 428.144 948.938 922.535 1440 514.125' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 666.234C35.7796 626.017 180.765 413.838 441.282 413.838C766.928 413.838 948.938 908.229 1440 499.819' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 651.928C35.7796 611.711 180.765 399.532 441.282 399.532C766.928 399.532 948.938 893.923 1440 485.513' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 637.621C35.7796 597.404 180.765 385.225 441.282 385.225C766.928 385.225 948.938 879.616 1440 471.206' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 623.315C35.7796 583.098 180.765 370.919 441.282 370.919C766.928 370.919 948.938 865.31 1440 456.9' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 609.008C35.7796 568.791 180.765 356.612 441.282 356.612C766.928 356.612 948.938 851.003 1440 442.593' stroke='white' stroke-width='0.987317'/%3E%3Cpath d='M0 594.703C35.7796 554.486 180.765 342.307 441.282 342.307C766.928 342.307 948.938 836.698 1440 428.288' stroke='white' stroke-width='0.987317'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_341_2325' x='-167.844' y='632.156' width='2048.69' height='583.688' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='83.9219' result='effect1_foregroundBlur_341_2325'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.background-green-3 {
  background-image: url('/static/images/background-features_1.png');
  background-position: center;
  background-size: cover;
}

.ellipse {
  border-radius: 70%;
  height:150%;
  width:900px;
  background: #22C55E;
}

.ellipse-1{
  position: absolute;
  width: 546.8px;
  height: 1473.88px;
  right: -581.15px;
  top: 501.01px;
  background: rgba(0, 255, 56, 0.2);
  filter: blur(83.9219px);
  transform: rotate(90deg);
}

.bg-custom-dark-gray {
  background-color: #282828;
}

.bg-custom-green-dark {
  background-color: #22C55E;
}

.bg-custom-green-dark-2 {
  background-color: #14532D;
}

.bg-custom-green-light {
  background-color: #22C55E;
  opacity: .25;
}

.border-custom-green-dark {
  border-color: #22C55E;
  --tw-bg-opacity: 1;
}

.text-custom-green-dark {
  color: #22C55E;
}

.text-custom-green-dark-2 {
  color: #1D2811;
}

html {
  scroll-behavior: smooth;
}

.text-custom-xl {
  font-size: 32px;
  line-height: 39px;
}

.ventajas-width {
  width: 1000px;
}

.instituciones-width {
  width: 1000px;
}

.footer-icon {
  color: #000000;
  width: 23px !important;
  height: 23px !important;
}

.home-icon {
  color: #FFFFFF;
}

.ventajas-icon {
  width: 40px;
  height: 40px;
}

.custom-grey-text {
  color: #838383;
}

.black-text {
  color: #000000;
}

.body-bg {
  background-color: #ECE9E9;
}

.sidebar-bg {
  background-color: #FFFFFF;
}

.black-bg {
  background-color: #000000;
}

.bg-custom-gray {
  background-color: #838383;
}

.bg-custom-gray-2 {
  background-color: #EEEEEE;
}

.border-custom-gray-2 {
  border-color: #EEEEEE;
}

.bg-dashboard {
  background-color: #D9D9D9;
}

.custom-spacing {
  letter-spacing: 0.8em;
}

.h-800 {
  height: 806px;
}

.h-600 {
  height: 600px;
}

.h-656 {
  height: 656px;
}

.w-600 {
  width: 600px;
}

.p-150 {
  padding: 150px;
}

.p-300 {
  padding: 300px;
}

label {
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

ul.errorlist li{
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: rgb(248, 179, 179);
  color: rgb(181, 47, 47);
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.375rem;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.message-class {
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ventaja-main-title {
  font-size: 40px;
  line-height: 50px;
}

.my-radio-button {
  font-family: 'Montserrat', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4px;
}

div.my-radio-button {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

div.my-radio-button div {
  display: inline-flex;
  margin-right: 13%;
  text-align: center;
  align-items: center;
}

.test-label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
}

@media screen and (max-width: 800px) and (min-width: 451px) {
  .test-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 370px) {
  .test-label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 360px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 0%;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 450px) and (min-width: 361px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 3.5%;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 500px) and (min-width: 371px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 4%;
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 799px) and (min-width: 500px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 6%;
    text-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 11%;
    text-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1001px) {
  div.my-radio-button div {
    display: inline-flex;
    margin-right: 8%;
    text-align: center;
    align-items: center;
  }
}

.force-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

div.my-radio-button div label {
  display: grid;
  place-items: center;
}

@media screen and (max-width: 450px) {
  div.my-radio-button div label {
    display: grid;
    place-items: center;
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1050px) {
  div.my-radio-button div label {
    display: grid;
    place-items: center;
    max-width: 50px;
  }
}

input.my-radio-button {
  width: 56px;
  height: 56px;
  accent-color: #1ea851;
}

@media screen and (max-width: 350px) {
  input.my-radio-button {
    width: 20px;
    height: 20px;
    accent-color: #1ea851;
  }
}

@media screen and (max-width: 700px) and (min-width: 351px) {
  input.my-radio-button {
    width: 36px;
    height: 36px;
    accent-color: #1ea851;
  }
}

.my-active-button {
  background-color: #22C55E;
}

.my-active-button:hover {
  background-color: rgb(22 163 74);
}

.my-disabled-button {
  background-color: #81f5ab;
}

::-webkit-datetime-edit {
  padding: 1em;
}

::-webkit-datetime-edit-text {
  color: rgb(22 163 74);
  padding: 0 0.3em;
}

.titulo-ventaja-landing {
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #22C55E;
}

@media (min-width: 768px) {
  .titulo-ventaja-landing {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ventaja-landing {
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #1D2811;
}

@media (min-width: 768px) {
  .ventaja-landing {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.titulo-seccion-landing {
  margin-bottom: 1.5rem;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #22C55E;
}

@media (min-width: 640px) {
  .titulo-seccion-landing {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  .titulo-seccion-landing {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.bajada-seccion {
  margin: auto;
  margin-top: 1rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 640px) {
  .bajada-seccion {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .bajada-seccion {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.pregunta-faq {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .pregunta-faq {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.m-seccion {
  margin-bottom: 5rem;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}

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

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

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

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

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

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

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:ml-20 {
    margin-left: 5rem;
  }

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

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

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

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

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

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  @media (min-width: 768px) {
    .sm\:md\:pl-5 {
      padding-left: 1.25rem;
    }
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:m-0 {
    margin: 0px;
  }

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

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:h-20 {
    height: 5rem;
  }

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

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

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

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

  .lg\:ml-44 {
    margin-left: 11rem;
  }

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

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

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

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

  .lg\:mt-32 {
    margin-top: 8rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .xl\:ml-44 {
    margin-left: 11rem;
  }

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

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

  .xl\:h-28 {
    height: 7rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

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

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

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

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

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

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

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

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem;
  }

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

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

  .\32xl\:w-auto {
    width: auto;
  }

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

  .\32xl\:items-center {
    align-items: center;
  }

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

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

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

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

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem;
  }

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

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}