/*
! tailwindcss v3.4.4 | 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:  ;
}

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

.btn-main {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 194 96 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
  --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(1px + 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);
}

.btn-box {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 194 96 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
  --tw-shadow: -5px 5px 15px 0px rgba(0, 0, 0, 0.20);;
  --tw-shadow-colored: -5px 5px 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-box:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 81 88 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .btn-box {
    width: 18.28rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.37rem;
  }
}

.btnSubmit {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 194 96 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 12rem;
  padding-right: 12rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
  --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(1px + 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);
}

.title {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4375rem;
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
}

.bannerFooter {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

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

.bannerFooter {
  --tw-bg-opacity: 1;
  background-color: rgb(42 81 88 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px -5px 35px 22px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0px -5px 35px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .bannerFooter {
    flex-direction: row;
    justify-content: space-around;
  }

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

  .bannerFooter {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

.relative {
  position: relative;
}

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

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

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-80 {
  height: 20rem;
}

.h-96 {
  height: 24rem;
}

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

.h-\[2\.6rem\] {
  height: 2.6rem;
}

.h-full {
  height: 100%;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-80 {
  width: 20rem;
}

.w-\[2\.6rem\] {
  width: 2.6rem;
}

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

.flex-none {
  flex: none;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 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));
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-main {
  --tw-border-opacity: 1;
  border-color: rgb(42 81 88 / var(--tw-border-opacity));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}

.border-b-main {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 81 88 / var(--tw-border-opacity));
}

.border-l-main {
  --tw-border-opacity: 1;
  border-left-color: rgb(42 81 88 / var(--tw-border-opacity));
}

.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

.bg-main {
  --tw-bg-opacity: 1;
  background-color: rgb(42 81 88 / var(--tw-bg-opacity));
}

.bg-redAccent {
  --tw-bg-opacity: 1;
  background-color: rgb(224 58 64 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-tag {
  --tw-bg-opacity: 1;
  background-color: rgb(239 194 96 / var(--tw-bg-opacity));
}

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

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

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

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

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

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

.font-\[\'Poppins\'\] {
  font-family: 'Poppins';
}

.font-base {
  font-family: Poppins, sans-serif;
}

.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-\[1\.3rem\] {
  font-size: 1.3rem;
}

.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-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

.tracking-\[0\.15rem\] {
  letter-spacing: 0.15rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#0050B3\] {
  --tw-text-opacity: 1;
  color: rgb(0 80 179 / var(--tw-text-opacity));
}

.text-\[\#0075C9\] {
  --tw-text-opacity: 1;
  color: rgb(0 117 201 / var(--tw-text-opacity));
}

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

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}

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

.text-heading {
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
}

.text-main {
  --tw-text-opacity: 1;
  color: rgb(42 81 88 / var(--tw-text-opacity));
}

.text-redAccent {
  --tw-text-opacity: 1;
  color: rgb(224 58 64 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-txt {
  --tw-text-opacity: 1;
  color: rgb(24 73 77 / var(--tw-text-opacity));
}

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

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

.shadow-box {
  --tw-shadow: 2px 0px 8.3px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 2px 0px 8.3px 0px 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);
}

.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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* css TRANSITIONS */

.step {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 0.5s, transform 0.5s, visibility 0s linear 0.5s;
}

.step.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 0.5s, transform 0.5s;
}

/* Slide out to the left */

.step.slide-left-out {
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.1s, transform 0.1s;
}

.step.slide-left-out,
	.step.slide-right-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0s linear 0.1s;
}

/* Slide out to the right */

.step.slide-right-out {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.1s, transform 0.1s;
}

/* Prepare to slide in from the right */

.step.prepare-slide-left-in {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.1s, transform 0.1s;
}

/* Prepare to slide in from the left */

.step.prepare-slide-right-in {
  opacity: 0;
  transform: translateX;
}

/* Media Queries  for Tablet above*/

/* Media Queries  for desktop */

/* Grid for desktop boxes form */

.grid-columns-2 {
  grid-template-columns: repeat(2, 0.18fr);
}

.grid-columns-3 {
  grid-template-columns: repeat(3, 28%);
}

/* Fallback for legacy browsers - 3 columns */

.legacy-options-grid-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.legacy-options-grid-3 > * {
  margin: 0 8px 16px 8px;
  /* Simulate the gap and margin */
  flex: 0 1 calc(33.33% - 16px);
  /* Simulate 3 columns */
}

@media (min-width: 768px) {
  .legacy-options-grid-3 > * {
    flex: 0 1 calc(33.33% - 32px);
    /* Adjust for larger screens */
  }
}

@media (min-width: 1024px) {
  .legacy-options-grid-3 > * {
    flex: 0 1 calc(33.33% - 64px);
    /* Adjust for even larger screens */
  }
}

/* Legacy browser styles */

/* Modern browser styles */

/* Grid for desktop boxes form */

.policy::before {
  content: "";
  position: absolute;
  background-image: url("../img/detailsWave.svg");
  min-width: 37rem;
  min-height: 43rem;
  background-repeat: no-repeat;
  left: -2rem;
  top: -1rem;
}

.policy::after {
  content: "";
  position: absolute;
  background-image: url("../img/illustration.svg");
  width: 34rem;
  height: 34rem;
  background-repeat: no-repeat;
  /* bottom: -7rem; */
  bottom: 0;
  right: 4rem;
}

/* ===================================================================*/

/* Plain CSS for all the form steps */

/* =================================================================== */

.bg-green {
  background-color: #2a5158;
}

.custom-flex {
  display: flex;
}

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

.custom-space-y > * + * {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .custom-space-y > * + * {
    margin-top: 1.5rem;
  }
}

.custom-h1 {
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 700;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .custom-h1 {
    font-size: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.custom-p {
  color: #ffffff;
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .custom-p {
    padding-left: 0;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .custom-p {
    padding-right: 5rem;
  }
}

.custom-span {
  color: #efc260;
  font-style: italic;
  font-weight: 500;
}

.custom-container {
  overflow: hidden;
  background-color: #ffffff;
  max-width: 67.37rem;
  margin: 0 auto;
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .custom-container {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  }
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.header-title {
  font-size: 18px;
  font-weight: 600;
}

.step-counter {
  font-size: 20px;
  color: #6b7280;
}

.current-step {
  font-weight: 800;
}

.total-steps {
  font-weight: 500;
}

.progress-container {
  height: 8px;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
  /* Ensure that the progress bar is confined within the container */
}

.progress-bar {
  height: 100%;
  background-color: #efc260;
  transition: width 300ms ease-in-out;
  width: 0;
}

.step {
  margin-bottom: 16px;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.header-title {
  font-size: 18px;
  font-weight: 600;
}

.step-counter {
  font-size: 20px;
  color: #6b7280;
}

.progress-container {
  height: 8px;
  width: 100%;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #efc260;
  transition: width 300ms ease-in-out;
  width: 0;
  margin-left: 16px;
}

.content-container {
  max-width: 768px;
  padding: 16px;
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.content-title {
  font-size: 20px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .content-container {
    margin-top: 44px;
    margin-bottom: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-title {
    font-size: 24px;
    margin-bottom: 75px;
  }
}

@media (min-width: 1280px) {
  .content-container {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.options-grid {
  display: grid;
  margin-bottom: 24px;
  justify-content: center;
}

.options-grid > * {
  margin: 0 8px 16px 8px;
}

@media (min-width: 768px) {
  .options-grid {
    gap: 32px;
  }

  .options-grid > * {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .options-grid {
    gap: 64px;
  }

  .options-grid > * {
    margin: 0;
  }
}

/* Fallback for legacy browsers */

/* 2 column grid */

.legacy-options-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}

.legacy-options-grid > * {
  margin: 0 8px 16px 8px;
  /* Simulate the gap and margin */
  flex: 0 1 calc(50% - 16px);
  /* Simulate 2 columns */
}

@media (min-width: 768px) {
  .legacy-options-grid > * {
    flex: 0 1 calc(50% - 32px);
    /* Adjust for larger screens */
  }
}

@media (min-width: 1024px) {
  .legacy-options-grid > * {
    flex: 0 1 calc(50% - 64px);
    /* Adjust for even larger screens */
  }
}

.option-label {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 300ms ease;
  width: 126px;
  height: 126px;
}

.option-label:hover {
  background-color: #f9fafb;
}

.option-image {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
  opacity: 0.3;
  transition: opacity 300ms ease;
}

.option-text {
  color: #9ca3af;
  font-size: 16px;
  transition: color 300ms ease;
}

.option-label.border-main {
  border-color: #2a5158;
}

.option-label.shadow-active {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.option-text.text-main {
  color: #2a5158;
}

/* Existing Utility Classes */

.grid-columns-2 {
  grid-template-columns: repeat(2, 0.18fr);
}

.btn-main {
  padding: 8px 32px;
  border-radius: 9999px;
  border: 1px solid white;
  background-color: #efc260;
  color: #2a5158;
  font-weight: 600;
}

.btn-box {
  width: 100%;
  max-width: 18.28rem;
  padding: 8px;
  border-radius: 9999px;
  border: 1px solid white;
  background-color: #efc260;
  color: #2a5158;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease;
}

.btn-box:hover {
  background-color: #2a5158;
  color: white;
}

.btnSubmit {
  padding: 24px 192px;
  border-radius: 9999px;
  border: 1px solid white;
  background-color: #efc260;
  color: #2a5158;
  font-weight: 600;
  font-size: 2rem;
}

.title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4375rem;
  color: #2a5158;
  font-family: "Poppins", sans-serif;
}

.bannerFooter {
  background-color: #2a5158;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  padding: 8px 16px;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0px -5px 35px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.btn-back {
  background-color: transparent;
  padding: 8px 16px;
  color: #2a5158;
  border-radius: 8px;
  transition: color 300ms ease;
}

.grid-setup {
  display: flex;
  flex-direction: column;
}

.grid-setup > * {
  margin-bottom: 24px;
}

.grid-setup > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .grid-setup {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .grid-setup {
    justify-content: center;
  }
}

/* Fallback for legacy browsers */

.legacy-grid-setup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.legacy-grid-setup > * {
  flex: 0 1 calc(100% - 24px);
  margin-bottom: 24px;
}

.legacy-grid-setup > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .legacy-grid-setup > * {
    flex: 0 1 calc(25.33% - 16px);
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .legacy-grid-setup > *:last-child {
    margin-right: 0;
  }

  .legacy-grid-setup {
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .legacy-grid-setup {
    justify-content: center;
    /* Centrar los elementos en pantallas grandes */
  }
}

/* Select Inputs */

.select-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 4px;
  display: block;
  width: 100%;
  padding: 8px;
  padding-right: 0px;
  border: 1px solid #d1d5db;
  /* border-gray-300 */
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  /* shadow-sm */
  font-size: 16px;
  /* sm:text-sm */
  transition: border-color 300ms ease, box-shadow 300ms ease;
  position: relative;
  /* To allow positioning of the caret */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23999' stroke-width='1.5' d='M7 7l3 3 3-3'/%3E%3C/svg%3E");
  /* Custom SVG arrow */
  background-repeat: no-repeat;
  background-position: right -13px center;
  background-size: 50px 28px;
}

@media (min-width: 768px) {
  .select-input {
    background-position: right -11px center;
    background-size: 67px 36px;
    padding-right: 40px;
  }
}

.select-input:focus {
  outline: none;
  border-color: #2a5158;
  /* focus:border-main */
  box-shadow: 0 0 0 3px rgba(239, 194, 96, 0.5);
  /* focus:ring-yellowAction */
}

/* Labels for Date of Birth Fields */

.label-input {
  display: block;
  color: #151516;
  /* text-gray-400 */
  margin-bottom: 8px;
  font-size: 20px;
}

/* Buttons */

.btn-back {
  padding: 8px 16px;
  color: #2a5158;
  border-radius: 8px;
  transition: color 300ms ease;
  margin-top: 16px;
}

.btn-back:hover {
  color: #18494d;
}

.action-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 8px;
  margin-top: 16px;
}

/* Continue Button */

.btn-main {
  padding: 8px 32px;
  border-radius: 9999px;
  border: 1px solid white;
  background-color: #efc260;
  /* bg-yellowAction */
  color: #2a5158;
  /* text-heading */
  font-weight: 600;
  transition: background-color 300ms ease, color 300ms ease;
}

.btn-main:hover {
  background-color: #2a5158;
  /* main */
  color: white;
}

/* Container Adjustments */

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  text-align: left;
}

/* Grid Layout for Inputs */

/* .grid-cols-1 {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
		justify-content: center;
	} */

/* Mobile First - Usamos flexbox como alternativa */

.grid-cols-1 {
  display: flex;
  flex-direction: column;
  /* Simula una columna */
  justify-content: center;
}

/* Márgenes en lugar de gap */

.grid-cols-1 > * {
  margin-bottom: 16px;
}

/* Quitar margen del último elemento */

.grid-cols-1 > *:last-child {
  margin-bottom: 0;
}

/* Pantallas grandes (Tablet y Desktop) - Usamos grid */

@media (min-width: 768px) {
  .grid-cols-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    /* Usamos gap en pantallas grandes donde es compatible */
  }

  .grid-cols-1 > * {
    margin-bottom: 0;
    /* Eliminamos márgenes ya que usamos gap en Desktop */
  }
}

.grid-cols-md-3-5 {
  max-width: 85%;
  margin: 0 auto;
}

/* Labels */

.label-text {
  text-align: left;
  color: #4b5563;
  margin-bottom: 8px;
  font-size: 18px;
}

.label-text-focused {
  color: #2a5158;
  /* text-gray-800 */
}

/* Input Fields */

.input-field {
  margin-top: 4px;
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #d1d5db;
  /* border-gray-300 */
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  /* shadow-sm */
  font-size: 16px;
  /* sm:text-sm */
  transition: border-color 300ms ease, box-shadow 300ms ease;
}

.input-field-focused {
  font-size: 20px;
  /* md:text-xl */
  padding: 20px 12px;
  /* md:py-5 */
}

.input-field:focus {
  outline: none;
  border-color: #2a5158;
  /* focus:border-main */
  box-shadow: 0 0 0 3px rgba(239, 194, 96, 0.5);
  /* focus:ring-yellowAction */
}

/* Additional Button Classes */

.btn-submit {
  margin-top: 16px;
}

/* Small Text */

.small-text {
  width: 90%;
  margin: 0 auto;
  font-size: 0.875rem;
  /* Approx. small text size */
}

.small-text-md {
  width: 70%;
}

/* Links */

.text-active {
  color: #e03a40;
  /* Use the 'redAccent' color from your Tailwind config */
  text-decoration: underline;
}

.btn-main {
  padding: 8px 32px;
  border-radius: 9999px;
  border: 1px solid rgb(225, 225, 225);
  background-color: #efc260;
  color: #2a5158;
  font-weight: 600;
  transition: background-color 300ms ease, color 300ms ease;
  margin-top: 16px;
}

.btnSubmit {
  padding: 19px 20px;
  border-radius: 9999px;
  border: 1px solid white;
  background-color: #efc260;
  color: #2a5158;
  font-weight: 600;
  font-size: 1.2rem;
  transition: background-color 300ms ease, color 300ms ease;
}

.btn-main:hover,
	.btnSubmit:hover {
  background-color: #ffc107;
  color: #1b3135;
}

.btn-back {
  padding: 8px 16px;
  color: #2a5158;
  border-radius: 8px;
  transition: color 300ms ease;
  margin-top: 16px;
}

.btn-back:hover {
  color: #18494d;
}

.btns-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 8px;
  margin-top: 16px;
}

.Wfull {
  width: 100%;
}

/* Media Query for medium screens */

@media (min-width: 768px) {
  .btnSubmit {
    padding: 24px 192px;
  }

  .Wfull {
    width: auto !important;
  }

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

  .container {
    padding-bottom: 0px;
  }

  .bannerFooter {
    flex-direction: row;
    padding: 24px;
  }

  .option-label {
    width: 180px;
    height: 171px;
    justify-content: center;
  }

  .select-input {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }

  .grid-cols-md-3-5 {
    max-width: 65%;
    margin: 0 auto;
  }

  .input-field {
    margin-top: 12px;
  }
}

.grid-and-spacing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 16px;
}

.grid-and-spacing > * {
  margin-bottom: 28px;
}

.grid-and-spacing > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .grid-and-spacing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 32px;
    padding-right: 32px;
    gap: 2rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .grid-and-spacing {
    margin-right: -44px;
  }
}

/* Fallback for legacy browsers */

.legacy-grid-and-spacing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  /* Keep the margin-bottom */
}

.legacy-grid-and-spacing > * {
  flex: 0 1 calc(100% - 28px);
  /* Default full width with gap */
  margin-bottom: 28px;
  /* Simulate row-gap */
}

/* Remove margin from last child */

.legacy-grid-and-spacing > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .legacy-grid-and-spacing {
    justify-content: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .legacy-grid-and-spacing > * {
    flex: 0 1 calc(50% - 32px);
    /* Simulate 2 columns with padding */
    margin-right: 2rem;
    /* Simulate the gap between columns */
  }

  .legacy-grid-and-spacing > *:nth-child(2n) {
    margin-right: 0;
    /* No right margin for last in row */
  }
}

@media (min-width: 1024px) {
  .legacy-grid-and-spacing {
    margin-right: -44px;
    /* Simulate larger screen behavior */
  }
}

/* Modal contact us */

/* Modal overlay */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
}

/* Modal container */

.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 90%;
  max-width: 500px;
  max-height: 98%;
  background: white;
  border-radius: 8px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 101;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border-top: 8px solid #2a5158;
}

/* Close button */

.close-modal-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Modal form content */

.modal-form-content {
  padding: 24px;
}

/* show modal */

.show {
  opacity: 1 !important;
  visibility: visible !important;
}

.modal-container.show {
  transform: translate(-50%, -50%) scale(1);
}

.modal-overlay.show {
  opacity: 1;
}

/* for mobile */

@media (max-width: 767px) {
  .modal-container {
    width: 90%;
    height: 100%;
  }
}

/* for(tablet y desktop) */

@media (min-width: 768px) {
  .modal-container {
    width: 600px;
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-\[0\.35rem\] {
    margin-right: 0.35rem;
  }

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

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

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

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

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

  .md\:mt-\[1\.32rem\] {
    margin-top: 1.32rem;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[1\.65rem\] {
    font-size: 1.65rem;
  }

  .md\:text-\[1\.691rem\] {
    font-size: 1.691rem;
  }

  .md\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .md\:text-\[2\.6rem\] {
    font-size: 2.6rem;
  }

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

  .md\:custom-space-x > * {
    margin-right: 56px;
  }

  .md\:custom-space-x > *:last-child {
    margin-right: 0;
  }

  .md\:container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
    text-align: left;
  }

  @media (min-width: 768px) {
    .md\:container {
      padding-bottom: 0px;
    }
  }
}

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

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

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

  .lg\:mt-52 {
    margin-top: 13rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[17rem\] {
    height: 17rem;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

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

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

  .lg\:w-\[26\.5rem\] {
    width: 26.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-\[4\.5rem\] {
    gap: 4.5rem;
  }

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

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

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

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

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

  .lg\:pl-36 {
    padding-left: 9rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

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

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

  .lg\:pr-48 {
    padding-right: 12rem;
  }

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

  .lg\:pt-4 {
    padding-top: 1rem;
  }

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

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

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

  .lg\:imageHero {
    display: flex;
    max-width: 490px;
  }

  .lg\:policy::before {
    content: "";
    position: absolute;
    background-image: url("../img/detailsWave.svg");
    min-width: 37rem;
    min-height: 43rem;
    background-repeat: no-repeat;
    left: -2rem;
    top: -1rem;
  }

  .lg\:policy::after {
    content: "";
    position: absolute;
    background-image: url("../img/illustration.svg");
    width: 34rem;
    height: 34rem;
    background-repeat: no-repeat;
    /* bottom: -7rem; */
    bottom: 0;
    right: 4rem;
  }
}

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

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

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

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

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

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

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

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