*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: "SourceSerif4_18pt-Regular", sans-serif;
}

/* Tamaños por defecto (escritorio) */

h1 {
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 50px;
  line-height: 111%;
  letter-spacing: -0.04em;
}

h2 {
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 35px;
  line-height: 111%;
  letter-spacing: -0.04em;
}

h3 {
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 25px;
  line-height: 111%;
  letter-spacing: -0.04em;
}

h4 {
  font-family: "ACUMIN-BDPRO", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 111%;
  letter-spacing: -0.04em;
}

h5 {
  font-family: "Quicksand-Bold", sans-serif;
  font-size: 12px;
  line-height: 111%;
  letter-spacing: -0.04em;
}

.btn {
  font-family: "ACUMIN-BDPRO", sans-serif;
  font-size: 16px;
}

.slider-text {
  font-family: 'SourceSerif4_18pt-Regular', sans-serif;
  font-size: 16px;
}

.body {
  font-family: 'SourceSerif4_18pt-Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.body1 {
  font-family: 'SourceSerif4_18pt-Regular', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body1-bold {
  font-family: 'SourceSerif4_18pt-Bold', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body2 {
  font-family: 'ACUMIN-RPRO', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.body3 {
  font-family: 'SourceSerif4_18pt-Regular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.body2-bold {
  font-family: 'ACUMIN-BDPRO', sans-serif;
  font-size: 28px;
  font-weight: 400;
}

nav {
  font-family: 'ACUMIN-RPRO', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .slider-text {
    font-size: 10px;
  }
}

/* Ajustes para móvil */

@media (max-width: 1023px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 10px;
  }

  .body {
    font-size: 16px;
  }

  .body1 {
    font-size: 14px;
  }

  .body1-bold {
    font-size: 14px;
  }

  .body2-bold {
    font-size: 18px;
  }

  nav {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
    padding-right: 50px;
    padding-left: 50px;
  }
}

.circle-item {
  position: absolute;
  width: 160px;
  height: 160px;
  filter: grayscale(100%);
  pointer-events: none;
}

.circle-item.active {
  opacity: 1;
  filter: grayscale(0);
  z-index: 20;
  width: auto;
  height: 160px;
}

.circle-item:nth-child(1) {
  top: -70px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
}

.circle-item:nth-child(2) {
  top: 35%;
  right: -80px;
  transform: rotate(90deg);
}

.circle-item:nth-child(3) {
  bottom: -5%;
  right: 10%;
  transform: rotate(144deg);
}

.circle-item:nth-child(4) {
  top: 35%;
  left: -80px;
  transform: rotate(-90deg);
}

.circle-item:nth-child(5) {
  bottom: -5%;
  left: 10%;
  transform: rotate(-144deg);
}

.donut-outer {
  position: absolute;
  inset: 0;
  background: #FDEEFF;
  border-radius: 50%;
  mask: radial-gradient(circle 165px at center, transparent 98%, black 100%);
  -webkit-mask: radial-gradient(circle 220px at center, transparent 98%, black 100%);
}

.donut-gap {
  position: absolute;
  inset: 30px;
  border-radius: 50%;
  background: transparent;
}

.donut-inner {
  position: absolute;
  inset: 100px;
  background: #FFFCF9;
  border-radius: 50%;
  mask: radial-gradient(circle 95px at center, transparent 98%, black 100%);
  -webkit-mask: radial-gradient(circle 100px at center, transparent 98%, black 100%);
}

.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

.circle-item {
  filter: grayscale(100%);
  opacity: 0.4;
  transition: filter 0.4s ease, opacity 0.4s ease;
}

.circle-item.active {
  filter: grayscale(0);
  opacity: 1;
  z-index: 20;
}

.donut-outer,
    .donut-inner,
    .donut-gap {
  pointer-events: none;
}

.nav-btn {
  position: relative;
  z-index: 100;
  pointer-events: auto;
}

.gradient-ring {
  width: 40px;
  height: 40px;
  padding: 1px;
  /* grosor del borde */
  border-radius: 50%;
  background: linear-gradient(180deg,
                #6C2A87 0%,
                #51BDCB 50%,
                #F9B73F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  border: none;
}

@media (max-width: 640px) {
  .donut-outer {
    mask: radial-gradient(circle 85px at center, transparent 98%, black 100%);
    -webkit-mask: radial-gradient(circle 95px at center, transparent 98%, black 100%);
  }

  .donut-gap {
    inset: 15px;
  }

  .donut-inner {
    inset: 55px;
    mask: radial-gradient(circle 45px at center, transparent 98%, black 100%);
    -webkit-mask: radial-gradient(circle 40px at center, transparent 98%, black 100%);
  }

  .circle-item {
    height: 80px;
    width: 80px;
  }

  .circle-item.active {
    height: 90px;
  }

  .circle-item:nth-child(1) {
    top: -35px;
  }

  .circle-item:nth-child(2) {
    top: 35%;
    right: -30px;
  }

  .circle-item:nth-child(3) {
    bottom: -1%;
    right: 12%;
  }

  .circle-item:nth-child(4) {
    top: 35%;
    left: -30px;
  }

  .circle-item:nth-child(5) {
    bottom: -1%;
    left: 12%;
  }

  .absolute.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\] {
    width: 180px;
    height: 180px;
  }

  .gradient-ring {
    width: 20px;
    height: 20px;
  }
}

.carousel-item {
  flex: 0 0 calc((100% - 100px) / 3);
  padding: 12px;
  background: white;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* IMAGEN COMPLETA SIN RECORTE */

.carousel-item img {
  width: 100%;
  /* ancho completo */
  height: auto;
  /* el alto lo define la imagen */
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border-radius: 12px;
}

/* BOTÓN */

.carousel-item a {
  margin-top: auto;
}

/* CARD ACTIVA */

.carousel-item.active {
  transform: scale(1.12);
}

/* MÓVIL */

@media (max-width: 767px) {
  .carousel-item {
    flex: 0 0 90%;
  }

  .carousel-item.active {
    transform: none;
  }
}

@media (max-width: 640px) {
  .divider-dashed.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }

  .divider-dashed.absolute.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }

  .divider-dashed.absolute.top-1\/2.left-1\/2.-translate-x-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }
}

.divider-dashed::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2.5rem;
  width: 1px;
  --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));
  border-left-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

/* === CONTENEDOR PRINCIPAL === */

.flatpickr-calendar {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  box-shadow: none;
  border-radius: 20px;
}

/* === ESTRUCTURA INTERNA === */

.flatpickr-innerContainer,
    .flatpickr-rContainer,
    .flatpickr-days {
  width: 100% !important;
  background: transparent !important;
}

/* 🔥 ESTE ERA EL PROBLEMA */

.dayContainer {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

/* === DIAS === */

.flatpickr-day {
  width: 100% !important;
  height: auto;
  aspect-ratio: 1 / 1;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 500;
}

/* === DIA SELECCIONADO === */

.flatpickr-day.selected {
  background: #55BECD;
  color: white;
}

/* === HEADER === */

.flatpickr-months {
  width: 100%;
  padding: 12px 0;
  background: transparent;
}

/* === SEMANA === */

.flatpickr-weekdays {
  width: 100%;
}

.step-card {
  position: relative;
  display: flex;
  max-width: 36rem;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.step-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 92 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 235 / var(--tw-bg-opacity, 1));
}

.step-inactive {
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.step-card h4 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.step-card p {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.step-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (max-width: 640px) {
  .step-number.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\] {
    width: 180px;
    height: 180px;
  }

  .absolute.step-number.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\] {
    width: 180px;
    height: 180px;
  }

  .absolute.top-1\/2.left-1\/2.-translate-x-1\/2.step-number.w-\[300px\].h-\[300px\] {
    width: 180px;
    height: 180px;
  }
}

.step-number {
  position: absolute;
  top: 50%;
  --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));
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  color: rgb(0 0 0 / 0.05);
}

@media (max-width: 640px) {
  .step-arrow.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\] {
    width: 180px;
    height: 180px;
  }
}

.step-arrow {
  position: absolute;
  height: 6rem;
  width: 6rem;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.step-arrow.right {
  right: -80px;
  top: 100%;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.step-arrow.left {
  left: -80px;
  top: 100%;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.pagination-btn {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 8.54px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.pagination-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.pagination-active {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 106 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 106 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.pagination-disabled {
  pointer-events: none;
  opacity: 0.4;
}

#tdapText {
  white-space: pre-line;
}

#vphText {
  white-space: pre-line;
}

#dptText {
  white-space: pre-line;
}

#vacunacionText {
  white-space: pre-line;
}

#vacunacionText2 {
  white-space: pre-line;
}

.experiencia360Swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

/* Flechas base */

.experiencia360-prev,
    .experiencia360-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background-color: #EBFEFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #15656A;
  transition: all 0.3s ease;
}

.experiencia360Swiper .swiper-slide {
  height: auto;
  display: flex;
}

.experiencia360Swiper .card-360 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Icono (flecha Swiper) */

.swiper-button-prev.experiencia360-prev::after,
    .swiper-button-next.experiencia360-next::after {
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #15656A;
  transition: color 0.3s ease;
}

/* Hover botón */

.experiencia360-prev:hover,
    .experiencia360-next:hover {
  background-color: #15656A;
  border: 1px solid #ffffff;
}

/* Hover icono */

.experiencia360-prev:hover::after,
    .experiencia360-next:hover::after {
  color: #ffffff;
}

.experiencia360-prev {
  left: -48px;
}

.experiencia360-next {
  right: -48px;
}

@media (max-width: 767px) {
  .experiencia360-prev {
    left: 8px;
  }

  .experiencia360-next {
    right: 8px;
  }
}

.mapa,
    .mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.cp-woo-shell {
  font-family: 'SourceSerif4_18pt-Regular', sans-serif;
  color: #1c1d1f;
}

.cp-woo-shell .woocommerce-breadcrumb,
    .cp-woo-shell .woocommerce-result-count,
    .cp-woo-shell .woocommerce-ordering {
  margin-bottom: 1rem;
}

.cp-woo-shell .products {
  margin-top: 1rem;
}

.cp-woo-shell .products li.product {
  background: #fff;
  border-radius: 16px;
  padding: 0.8rem;
  box-shadow: 0 4px 16px rgba(10, 101, 117, 0.08);
}

.cp-woo-shell .products li.product .woocommerce-loop-product__title {
  font-family: 'ACUMIN-BDPRO', sans-serif;
  color: #0a6a75;
}

.cp-woo-shell .price,
    .cp-woo-shell .amount {
  color: #1c1d1f;
}

.cp-woo-shell .button,
    .cp-woo-shell a.button,
    .cp-woo-shell button.button,
    .cp-woo-shell input.button,
    .cp-woo-shell #respond input#submit {
  border-radius: 999px;
  border: 2px solid #0a6a75;
  background: #d8eef6;
  color: #0a6a75;
  font-family: 'ACUMIN-BDPRO', sans-serif;
  min-height: 42px;
  padding: 0.45rem 1.1rem;
}

.cp-woo-shell .button.alt,
    .cp-woo-shell .checkout-button,
    .cp-woo-shell #place_order {
  background: #0a6a75;
  color: #fff;
}

.cp-woo-shell input[type='text'],
    .cp-woo-shell input[type='email'],
    .cp-woo-shell input[type='tel'],
    .cp-woo-shell input[type='number'],
    .cp-woo-shell input[type='password'],
    .cp-woo-shell select,
    .cp-woo-shell textarea {
  border: 1px solid #d7dce0;
  border-radius: 10px;
  min-height: 42px;
  padding: 0.5rem 0.75rem;
}

.cp-woo-shell .shop_table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5eaed;
}

.cp-woo-shell .shop_table th,
    .cp-woo-shell .shop_table td {
  padding: 0.8rem;
  border-color: #e5eaed;
}

.cp-woo-shell .cart_totals,
    .cp-woo-shell .woocommerce-checkout-review-order,
    .cp-woo-shell .woocommerce-MyAccount-navigation,
    .cp-woo-shell .woocommerce-MyAccount-content {
  background: #fff;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: 0 4px 16px rgba(10, 101, 117, 0.08);
}

.cp-woo-shell .woocommerce-MyAccount-navigation {
  margin-bottom: 1rem;
}

.cp-woo-shell .woocommerce-message,
    .cp-woo-shell .woocommerce-info,
    .cp-woo-shell .woocommerce-error,
    .cp-woo-shell .woocommerce-notice {
  border-radius: 12px;
  border-top: 0;
  margin-bottom: 1rem;
}

.slider-wrapper {
  display: flex;
  transition: transform 2s ease;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-28 {
  bottom: -7rem;
}

.-bottom-32 {
  bottom: -8rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-left-12 {
  left: -3rem;
}

.-right-14 {
  right: -3.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-top-12 {
  top: -3rem;
}

.-top-16 {
  top: -4rem;
}

.-top-2 {
  top: -0.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-1px\] {
  bottom: -1px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-1\/2 {
  left: 50%;
}

.left-14 {
  left: 3.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-\[-1px\] {
  top: -1px;
}

.top-\[20\%\] {
  top: 20%;
}

.-z-0 {
  z-index: 0;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-full {
  grid-column: 1 / -1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-\[-50px\] {
  margin-right: -50px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-\[105px\] {
  height: 105px;
}

.h-\[15px\] {
  height: 15px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[23px\] {
  height: 23px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[25px\] {
  height: 25px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[320px\] {
  height: 320px;
}

.h-\[35px\] {
  height: 35px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[37px\] {
  height: 37px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[500px\] {
  height: 500px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[57px\] {
  height: 57px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[79px\] {
  height: 79px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[180px\] {
  max-height: 180px;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[85vh\] {
  max-height: 85vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[calc\(100vh-110px\)\] {
  max-height: calc(100vh - 110px);
}

.min-h-\[215px\] {
  min-height: 215px;
}

.min-h-\[264px\] {
  min-height: 264px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8 {
  width: 2rem;
}

.w-\[105px\] {
  width: 105px;
}

.w-\[121px\] {
  width: 121px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[173px\] {
  width: 173px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[25px\] {
  width: 25px;
}

.w-\[260px\] {
  width: 260px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[35px\] {
  width: 35px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[37px\] {
  width: 37px;
}

.w-\[44px\] {
  width: 44px;
}

.w-\[45px\] {
  width: 45px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[49px\] {
  width: 49px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[52px\] {
  width: 52px;
}

.w-\[56px\] {
  width: 56px;
}

.w-\[57px\] {
  width: 57px;
}

.w-\[60px\] {
  width: 60px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[70px\] {
  width: 70px;
}

.w-\[79px\] {
  width: 79px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[20px\] {
  min-width: 20px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[100\%\] {
  max-width: 100%;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[230px\] {
  max-width: 230px;
}

.max-w-\[237px\] {
  max-width: 237px;
}

.max-w-\[238px\] {
  max-width: 238px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[300\] {
  max-width: 300;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[303px\] {
  max-width: 303px;
}

.max-w-\[326px\] {
  max-width: 326px;
}

.max-w-\[364px\] {
  max-width: 364px;
}

.max-w-\[504px\] {
  max-width: 504px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[90px\] {
  max-width: 90px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.basis-full {
  flex-basis: 100%;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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-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 {
  --tw-translate-y: -0.25rem;
  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));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  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-x-\[-20\%\] {
  --tw-translate-x: -20%;
  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-x-\[20\%\] {
  --tw-translate-x: 20%;
  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-x-full {
  --tw-translate-x: 100%;
  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-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-\[70px_1fr\] {
  grid-template-columns: 70px 1fr;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * 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-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-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-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-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-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));
}

.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));
}

.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-primary-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(81 189 203 / var(--tw-divide-opacity, 1));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[8\.54px\] {
  border-radius: 8.54px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-20 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-b-40 {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-50 {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.rounded-l-\[50px\] {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-20 {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-t-40 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-bl-16 {
  border-bottom-left-radius: 16px;
}

.rounded-bl-40 {
  border-bottom-left-radius: 40px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

.rounded-br-40 {
  border-bottom-right-radius: 40px;
}

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-tl-40 {
  border-top-left-radius: 40px;
}

.rounded-tr-16 {
  border-top-right-radius: 16px;
}

.rounded-tr-40 {
  border-top-right-radius: 40px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#212121\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.border-\[\#3D3D3D\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity, 1));
}

.border-\[\#AED2F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 210 248 / var(--tw-border-opacity, 1));
}

.border-\[\#B4B4B4\] {
  --tw-border-opacity: 1;
  border-color: rgb(180 180 180 / var(--tw-border-opacity, 1));
}

.border-\[\#B5B5B5\] {
  --tw-border-opacity: 1;
  border-color: rgb(181 181 181 / var(--tw-border-opacity, 1));
}

.border-\[\#DCDCDC\] {
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity, 1));
}

.border-\[\#E6F3FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 243 255 / var(--tw-border-opacity, 1));
}

.border-\[\#F9BEBE\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 190 190 / var(--tw-border-opacity, 1));
}

.border-\[\#FFBAB1\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 186 177 / var(--tw-border-opacity, 1));
}

.border-\[\#FFF3F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 243 243 / var(--tw-border-opacity, 1));
}

.border-\[\#cfcfcf\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 207 207 / var(--tw-border-opacity, 1));
}

.border-\[\#ff6b5c\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 92 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 106 / var(--tw-border-opacity, 1));
}

.border-primary-black2 {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}

.border-primary-blue2 {
  --tw-border-opacity: 1;
  border-color: rgb(21 63 105 / var(--tw-border-opacity, 1));
}

.border-primary-gray {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1));
}

.border-primary-green1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 191 165 / var(--tw-border-opacity, 1));
}

.border-primary-purple {
  --tw-border-opacity: 1;
  border-color: rgb(108 42 135 / var(--tw-border-opacity, 1));
}

.border-primary-purple3 {
  --tw-border-opacity: 1;
  border-color: rgb(142 36 170 / var(--tw-border-opacity, 1));
}

.border-primary-red {
  --tw-border-opacity: 1;
  border-color: rgb(198 40 40 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-\[\#00BFA5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00BFA5\]\/50 {
  background-color: rgb(0 191 165 / 0.5);
}

.bg-\[\#0B5C5F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 92 95 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0C79EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 121 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#264653\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 70 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#51BDCB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(81 189 203 / var(--tw-bg-opacity, 1));
}

.bg-\[\#55BECD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(85 190 205 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5AC2CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 194 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#828282\]\/10 {
  background-color: rgb(130 130 130 / 0.1);
}

.bg-\[\#8E24AA\]\/50 {
  background-color: rgb(142 36 170 / 0.5);
}

.bg-\[\#AED2F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 210 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B2F2E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(178 242 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B4B4B4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 180 / var(--tw-bg-opacity, 1));
}

.bg-\[\#BFF7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(191 247 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D7FFF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 255 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D81B60\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DAFBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 251 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DBD9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DCDCDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DEFBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 251 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E0EFFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E0F4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 244 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E3F2FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EEEEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F3BB1B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 187 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F9BEBE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 190 190 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDEEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFBAB1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE4EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 236 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFE5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 234 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFEFED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 239 237 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffeceb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 235 / var(--tw-bg-opacity, 1));
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 106 / var(--tw-bg-opacity, 1));
}

.bg-primary-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(12 121 234 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(81 189 203 / var(--tw-bg-opacity, 1));
}

.bg-primary-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-primary-green1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 165 / var(--tw-bg-opacity, 1));
}

.bg-primary-green2 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 242 233 / var(--tw-bg-opacity, 1));
}

.bg-primary-green3 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 70 83 / var(--tw-bg-opacity, 1));
}

.bg-primary-light-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 190 205 / var(--tw-bg-opacity, 1));
}

.bg-primary-light-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 141 150 / var(--tw-bg-opacity, 1));
}

.bg-primary-lighter-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 244 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(248 187 208 / var(--tw-bg-opacity, 1));
}

.bg-primary-pink1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity, 1));
}

.bg-primary-purple3 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 36 170 / var(--tw-bg-opacity, 1));
}

.bg-primary-red {
  --tw-bg-opacity: 1;
  background-color: rgb(198 40 40 / var(--tw-bg-opacity, 1));
}

.bg-primary-red2 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity, 1));
}

.bg-primary-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(244 157 0 / var(--tw-bg-opacity, 1));
}

.bg-primary-yellow2 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 187 27 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#15656A\] {
  --tw-gradient-from: #15656A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 101 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#55BECD\] {
  --tw-gradient-from: #55BECD var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(85 190 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#51BDCB\]\/40 {
  --tw-gradient-to: rgb(81 189 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(81 189 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#51BDCB\] {
  --tw-gradient-to: #51BDCB var(--tw-gradient-to-position);
}

.to-\[\#DAFBFF\] {
  --tw-gradient-to: #DAFBFF var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[2px\] {
  padding: 2px;
}

.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-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-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 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;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-Quicksand-Bold {
  font-family: "Quicksand-Bold", sans-serif;
}

.font-acumin-bdpro {
  font-family: "ACUMIN-BDPRO", sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13\.89px\] {
  font-size: 13.89px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[35px\] {
  font-size: 35px;
}

.text-\[90px\] {
  font-size: 90px;
}

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-\[\#5D5D5D\] {
  --tw-text-opacity: 1 !important;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#0B3314\] {
  --tw-text-opacity: 1;
  color: rgb(11 51 20 / var(--tw-text-opacity, 1));
}

.text-\[\#153F69\] {
  --tw-text-opacity: 1;
  color: rgb(21 63 105 / var(--tw-text-opacity, 1));
}

.text-\[\#1C1C1C\] {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-\[\#263238\] {
  --tw-text-opacity: 1;
  color: rgb(38 50 56 / var(--tw-text-opacity, 1));
}

.text-\[\#264653\] {
  --tw-text-opacity: 1;
  color: rgb(38 70 83 / var(--tw-text-opacity, 1));
}

.text-\[\#353535\] {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity, 1));
}

.text-\[\#414141\]\/70 {
  color: rgb(65 65 65 / 0.7);
}

.text-\[\#4A120B\] {
  --tw-text-opacity: 1;
  color: rgb(74 18 11 / var(--tw-text-opacity, 1));
}

.text-\[\#4A4A4A\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}

.text-\[\#50380D\] {
  --tw-text-opacity: 1;
  color: rgb(80 56 13 / var(--tw-text-opacity, 1));
}

.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}

.text-\[\#6E6D6D\] {
  --tw-text-opacity: 1;
  color: rgb(110 109 109 / var(--tw-text-opacity, 1));
}

.text-\[\#72EDFF\] {
  --tw-text-opacity: 1;
  color: rgb(114 237 255 / var(--tw-text-opacity, 1));
}

.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.text-\[\#B2B2B2\] {
  --tw-text-opacity: 1;
  color: rgb(178 178 178 / var(--tw-text-opacity, 1));
}

.text-\[\#B2F2E9\] {
  --tw-text-opacity: 1;
  color: rgb(178 242 233 / var(--tw-text-opacity, 1));
}

.text-\[\#B5B5B5\] {
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity, 1));
}

.text-\[\#DA2869\] {
  --tw-text-opacity: 1;
  color: rgb(218 40 105 / var(--tw-text-opacity, 1));
}

.text-\[\#DADADA\] {
  --tw-text-opacity: 1;
  color: rgb(218 218 218 / var(--tw-text-opacity, 1));
}

.text-\[\#FF4D4D\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 77 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(21 101 106 / var(--tw-text-opacity, 1));
}

.text-primary-black {
  --tw-text-opacity: 1;
  color: rgb(50 41 33 / var(--tw-text-opacity, 1));
}

.text-primary-black2 {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}

.text-primary-black3 {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity, 1));
}

.text-primary-black4 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-primary-blue {
  --tw-text-opacity: 1;
  color: rgb(12 121 234 / var(--tw-text-opacity, 1));
}

.text-primary-blue2 {
  --tw-text-opacity: 1;
  color: rgb(21 63 105 / var(--tw-text-opacity, 1));
}

.text-primary-dark {
  --tw-text-opacity: 1;
  color: rgb(81 189 203 / var(--tw-text-opacity, 1));
}

.text-primary-gray {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity, 1));
}

.text-primary-green {
  --tw-text-opacity: 1;
  color: rgb(11 51 20 / var(--tw-text-opacity, 1));
}

.text-primary-green1 {
  --tw-text-opacity: 1;
  color: rgb(0 191 165 / var(--tw-text-opacity, 1));
}

.text-primary-green3 {
  --tw-text-opacity: 1;
  color: rgb(38 70 83 / var(--tw-text-opacity, 1));
}

.text-primary-light-100 {
  --tw-text-opacity: 1;
  color: rgb(85 190 205 / var(--tw-text-opacity, 1));
}

.text-primary-light-200 {
  --tw-text-opacity: 1;
  color: rgb(47 141 150 / var(--tw-text-opacity, 1));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(62 164 175 / var(--tw-text-opacity, 1));
}

.text-primary-purple {
  --tw-text-opacity: 1;
  color: rgb(108 42 135 / var(--tw-text-opacity, 1));
}

.text-primary-purple3 {
  --tw-text-opacity: 1;
  color: rgb(142 36 170 / var(--tw-text-opacity, 1));
}

.text-primary-red {
  --tw-text-opacity: 1;
  color: rgb(198 40 40 / var(--tw-text-opacity, 1));
}

.text-primary-red\/10 {
  color: rgb(198 40 40 / 0.1);
}

.text-primary-red2 {
  --tw-text-opacity: 1;
  color: rgb(216 27 96 / var(--tw-text-opacity, 1));
}

.text-primary-red3 {
  --tw-text-opacity: 1;
  color: rgb(220 54 115 / var(--tw-text-opacity, 1));
}

.text-primary-yellow {
  --tw-text-opacity: 1;
  color: rgb(244 157 0 / var(--tw-text-opacity, 1));
}

.text-primary-yellow2 {
  --tw-text-opacity: 1;
  color: rgb(243 187 27 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.placeholder-\[\#B2B2B2\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(178 178 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#B2B2B2\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(178 178 178 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-box2 {
  --tw-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2px 8px 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-box3 {
  --tw-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 0px 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-box4 {
  --tw-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 10px 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-box5 {
  --tw-shadow: 0px 0px 8px rgba(142, 36, 170, 100%);
  --tw-shadow-colored: 0px 0px 8px 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-box6 {
  --tw-shadow: 2px 4px 4px rgba(0, 0, 0, 25%);
  --tw-shadow-colored: 2px 4px 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-calendar {
  --tw-shadow: 2px 16px 19px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 2px 16px 19px 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-custom {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 0 10px 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-header {
  --tw-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2px 10px 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;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  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;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-\[1400ms\] {
  transition-duration: 1400ms;
}

.duration-\[1600ms\] {
  transition-duration: 1600ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@source "../node_modules/flowbite-datepicker";

/* ========= FUENTES ========= */

@font-face {
  font-family: "ACUMIN-BDITPRO";

  src: url("../../assets/font/ACUMIN-BDITPRO.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "ACUMIN-BDPRO";

  src: url("../../assets/font/ACUMIN-BDPRO.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "ACUMIN-ITPRO";

  src: url("../../assets/font/ACUMIN-ITPRO.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "ACUMIN-RPRO";

  src: url("../../assets/font/ACUMIN-RPRO.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "Quicksand-Bold";

  src: url("../../assets/font/Quicksand-Bold.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "SourceSerif4_18pt-Regular";

  src: url("../../assets/font/SourceSerif4_18pt-Regular.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: "SourceSerif4_18pt-Bold";

  src: url("../../assets/font/SourceSerif4_18pt-Bold.woff2") format("woff2");

  font-display: swap;
}

@media (max-width: 640px) {
  .before\:absolute.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }

  .before\:top-1\/2.absolute.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }

  .before\:-translate-y-1\/2.absolute.top-1\/2.left-1\/2.-translate-x-1\/2.w-\[300px\].h-\[300px\]::before {
    content: var(--tw-content);
    width: 180px;
    height: 180px;
  }
}

@media (min-width: 1024px) {
  @media (max-width: 640px) {
    .lg\:w-\[300px\].absolute.top-1\/2.left-1\/2.-translate-x-1\/2.-translate-y-1\/2.h-\[300px\] {
      width: 180px;
      height: 180px;
    }
  }
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-3::before {
  content: var(--tw-content);
  inset: 0.75rem;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-10::before {
  content: var(--tw-content);
  height: 2.5rem;
}

.before\:w-px::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:rounded-40::before {
  content: var(--tw-content);
  border-radius: 40px;
}

.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}

.before\:border-l-2::before {
  content: var(--tw-content);
  border-left-width: 2px;
}

.before\:border-dashed::before {
  content: var(--tw-content);
  border-style: dashed;
}

.before\:border-\[\#FFFFFF\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.before\:border-primary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(21 101 106 / var(--tw-border-opacity, 1));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-\[\#212121\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#3bb2b6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 178 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#D81B60\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 27 96 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F3BB1B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 187 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 101 106 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-black2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-blue2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 63 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 189 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-green1\/50:hover {
  background-color: rgb(0 191 165 / 0.5);
}

.hover\:bg-primary-purple3:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(142 36 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 40 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 157 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:from-\[\#55BECD\]\/50:hover {
  --tw-gradient-from: rgb(85 190 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(85 190 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-green1\/50:hover {
  --tw-gradient-from: rgb(0 191 165 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 191 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(21 101 106 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(81 189 203 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-green1:hover {
  --tw-text-opacity: 1;
  color: rgb(0 191 165 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-purple3:hover {
  --tw-text-opacity: 1;
  color: rgb(142 36 170 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 101 106 / var(--tw-border-opacity, 1));
}

.focus\:bg-\[\#EAFFF1\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 241 / var(--tw-bg-opacity, 1));
}

.focus\:bg-\[\#FFECE9\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 233 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-light-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(218 251 255 / var(--tw-bg-opacity, 1));
}

.focus\:text-\[\#BC675C\]:focus {
  --tw-text-opacity: 1;
  color: rgb(188 103 92 / var(--tw-text-opacity, 1));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:placeholder-\[\#BC675C\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(188 103 92 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-\[\#BC675C\]:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(188 103 92 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-primary-green1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 191 165 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-primary-green1:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 191 165 / var(--tw-placeholder-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1: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(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);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 101 106 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-green1:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 191 165 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-red:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(198 40 40 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:-translate-y-2 {
  --tw-translate-y: -0.5rem;
  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));
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-start-6 {
    grid-column-start: 6;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:text-\[30px\] {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:left-\[-25px\] {
    left: -25px;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:top-\[30\%\] {
    top: 30%;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-\[-75px\] {
    margin-right: -75px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-\[20px\] {
    height: 20px;
  }

  .md\:h-\[30px\] {
    height: 30px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[35px\] {
    height: 35px;
  }

  .md\:h-\[59px\] {
    height: 59px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-\[76px\] {
    height: 76px;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[252px\] {
    max-height: 252px;
  }

  .md\:min-h-\[300px\] {
    min-height: 300px;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-\[100\%\] {
    width: 100%;
  }

  .md\:w-\[100px\] {
    width: 100px;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[180px\] {
    width: 180px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[212px\] {
    width: 212px;
  }

  .md\:w-\[30px\] {
    width: 30px;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[35px\] {
    width: 35px;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[430px\] {
    width: 430px;
  }

  .md\:w-\[59px\] {
    width: 59px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[600px\] {
    width: 600px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:w-\[76px\] {
    width: 76px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-\[150px\] {
    max-width: 150px;
  }

  .md\:max-w-\[180px\] {
    max-width: 180px;
  }

  .md\:max-w-\[230px\] {
    max-width: 230px;
  }

  .md\:max-w-\[243px\] {
    max-width: 243px;
  }

  .md\:max-w-\[408px\] {
    max-width: 408px;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\: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));
  }

  .md\:rounded-bl-40 {
    border-bottom-left-radius: 40px;
  }

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(21 101 106 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-light-100 {
    --tw-border-opacity: 1;
    border-color: rgb(85 190 205 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-red3 {
    --tw-border-opacity: 1;
    border-color: rgb(220 54 115 / var(--tw-border-opacity, 1));
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pr-\[80px\] {
    padding-right: 80px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-\[50px\] {
    font-size: 50px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-32 {
    bottom: -8rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-top-24 {
    top: -6rem;
  }

  .lg\:-top-36 {
    top: -9rem;
  }

  .lg\:left-\[-25px\] {
    left: -25px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-\[25px\] {
    height: 25px;
  }

  .lg\:h-\[30px\] {
    height: 30px;
  }

  .lg\:h-\[35px\] {
    height: 35px;
  }

  .lg\:h-\[40px\] {
    height: 40px;
  }

  .lg\:h-\[45px\] {
    height: 45px;
  }

  .lg\:h-\[46px\] {
    height: 46px;
  }

  .lg\:h-\[73px\] {
    height: 73px;
  }

  .lg\:h-\[79px\] {
    height: 79px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-\[137px\] {
    width: 137px;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[225px\] {
    width: 225px;
  }

  .lg\:w-\[234px\] {
    width: 234px;
  }

  .lg\:w-\[250px\] {
    width: 250px;
  }

  .lg\:w-\[25px\] {
    width: 25px;
  }

  .lg\:w-\[275px\] {
    width: 275px;
  }

  .lg\:w-\[290px\] {
    width: 290px;
  }

  .lg\:w-\[298px\] {
    width: 298px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[30px\] {
    width: 30px;
  }

  .lg\:w-\[310px\] {
    width: 310px;
  }

  .lg\:w-\[312px\] {
    width: 312px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-\[40px\] {
    width: 40px;
  }

  .lg\:w-\[45px\] {
    width: 45px;
  }

  .lg\:w-\[46px\] {
    width: 46px;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:w-\[73px\] {
    width: 73px;
  }

  .lg\:w-\[79px\] {
    width: 79px;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-\[140px\] {
    max-width: 140px;
  }

  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }

  .lg\:max-w-\[254px\] {
    max-width: 254px;
  }

  .lg\:max-w-\[260px\] {
    max-width: 260px;
  }

  .lg\:max-w-\[280px\] {
    max-width: 280px;
  }

  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[870px\] {
    max-width: 870px;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:flex-\[0_0_32\%\] {
    flex: 0 0 32%;
  }

  .lg\:flex-\[0_0_33\%\] {
    flex: 0 0 33%;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-\[150px\] {
    padding-right: 150px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:text-\[50px\] {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-right-20 {
    right: -5rem;
  }

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-top-52 {
    top: -13rem;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:left-20 {
    left: 5rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-16 {
    top: 4rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-9 {
    grid-column-start: 9;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:h-\[115px\] {
    height: 115px;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-\[115px\] {
    width: 115px;
  }

  .xl\:w-\[167px\] {
    width: 167px;
  }

  .xl\:w-\[180px\] {
    width: 180px;
  }

  .xl\:w-\[194px\] {
    width: 194px;
  }

  .xl\:w-\[264px\] {
    width: 264px;
  }

  .xl\:w-\[325px\] {
    width: 325px;
  }

  .xl\:w-\[390px\] {
    width: 390px;
  }

  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:w-\[422px\] {
    width: 422px;
  }

  .xl\:w-\[450px\] {
    width: 450px;
  }

  .xl\:w-\[512px\] {
    width: 512px;
  }

  .xl\:w-\[543px\] {
    width: 543px;
  }

  .xl\:w-\[550px\] {
    width: 550px;
  }

  .xl\:w-\[564px\] {
    width: 564px;
  }

  .xl\:w-\[580px\] {
    width: 580px;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:w-\[680px\] {
    width: 680px;
  }

  .xl\:w-\[700px\] {
    width: 700px;
  }

  .xl\:w-\[750px\] {
    width: 750px;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-\[80px\] {
    width: 80px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-\[1024px\] {
    max-width: 1024px;
  }

  .xl\:max-w-\[200px\] {
    max-width: 200px;
  }

  .xl\:max-w-\[284px\] {
    max-width: 284px;
  }

  .xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xl\:max-w-\[316px\] {
    max-width: 316px;
  }

  .xl\:max-w-\[353px\] {
    max-width: 353px;
  }

  .xl\:max-w-\[418px\] {
    max-width: 418px;
  }

  .xl\:max-w-\[500px\] {
    max-width: 500px;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:w-52 {
    width: 13rem;
  }

  .\32xl\:w-\[450px\] {
    width: 450px;
  }

  .\32xl\:w-\[490px\] {
    width: 490px;
  }

  .\32xl\:w-\[500px\] {
    width: 500px;
  }

  .\32xl\:w-\[550px\] {
    width: 550px;
  }

  .\32xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .\32xl\:max-w-\[346px\] {
    max-width: 346px;
  }

  .\32xl\:max-w-\[383px\] {
    max-width: 383px;
  }

  .\32xl\:max-w-\[600px\] {
    max-width: 600px;
  }

  .\32xl\:max-w-\[680px\] {
    max-width: 680px;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }
}

@media (min-width: 1600px) {
  .\33xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\33xl\:max-w-\[572px\] {
    max-width: 572px;
  }

  .\33xl\:pb-44 {
    padding-bottom: 11rem;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem;
  }
}

.\[\&\>span\]\:flex>span {
  display: flex;
}

.\[\&\>span\]\:items-center>span {
  align-items: center;
}

.\[\&\>span\]\:justify-center>span {
  justify-content: center;
}